#ada8fc

Color #ADA8FC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADA8FC

Tints of Perano #ADA8FC

Color information

#ADA8FC (or 0xADA8FC) is unknown color: approx Perano. HEX triplet: AD, A8 and FC. RGB value is (173,168,252). Sum of RGB (Red+Green+Blue) = 173+168+252=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8FC is #525703. Grayscale: #B2B2B2. Windows color (decimal): -5396228 or 16558253. OLE color: 16558253.

HSL color Cylindrical-coordinate representation of color #ADA8FC: hue angle of 243.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA8FC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173168252-
CMYK0.310.3300.01
HSL243.57º93.33%82.35%-
HSV(B)243.57º33.33%98.82%-
XYZ48.8143.9298-
YUV179.07169.16123.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=29.17%
G=28.33%
B=42.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731682520.310.3300.01243.5793.3382.35
HexADA8FC1F2101f45d52
Octal255250374374101364135122
Binary10101101101010001111110011111100001011111010010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ada8fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ada8fc; }

 p { color: rgb(173,168,252); }

 H1.HeaderClassName
 {
   color: #ada8fc;
 }
 .AnyTagClassName
 {
   color: #ada8fc;
 }
</style>
background-color css

<style>
 a { background-color: #ada8fc; }

 a { background-color: rgb(173,168,252); }

 div.DivClassName
 {
   background-color: #ada8fc;
 }
 .BgClassName
 {
   background-color: #ada8fc;
 }
</style>
border-color css

<style>
 span { border-color: #ada8fc; }

 span { border-color: rgb(173,168,252); }

 td.TdClassName
 {
   border-color: #ada8fc;
 }
 .TagClassName
 {
   border-color: #ada8fc;
 }
</style>