#ADABF6

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

Shades of Perano #ADABF6

Tints of Perano #ADABF6

Color information

#ADABF6 (or 0xADABF6) is unknown color: approx Perano. HEX triplet: AD, AB and F6. RGB value is (173,171,246). Sum of RGB (Red+Green+Blue) = 173+171+246=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADABF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABF6 is #525409. Grayscale: #B3B3B3. Windows color (decimal): -5395466 or 16165805. OLE color: 16165805.

HSL color Cylindrical-coordinate representation of color #ADABF6: hue angle of 241.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADABF6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173171246-
CMYK0.300.3000.04
HSL241.6º80.65%81.76%-
HSV(B)241.6º30.49%96.47%-
XYZ48.4344.6693.26-
YUV180.15165.16122.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=29.32%
G=28.98%
B=41.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731712460.300.3000.04241.680.6581.76
HexADABF61E1E04f25152
Octal255253366363604362121122
Binary101011011010101111110110111101111001001111001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABF6; }

 p { color: rgb(173,171,246); }

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

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

 a { background-color: rgb(173,171,246); }

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

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

 span { border-color: rgb(173,171,246); }

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