#ADABF9

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

Shades of Perano #ADABF9

Tints of Perano #ADABF9

Color information

#ADABF9 (or 0xADABF9) is unknown color: approx Perano. HEX triplet: AD, AB and F9. RGB value is (173,171,249). Sum of RGB (Red+Green+Blue) = 173+171+249=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABF9 is #525406. Grayscale: #B4B4B4. Windows color (decimal): -5395463 or 16362413. OLE color: 16362413.

HSL color Cylindrical-coordinate representation of color #ADABF9: hue angle of 241.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADABF9 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173171249-
CMYK0.310.3100.02
HSL241.54º86.67%82.35%-
HSV(B)241.54º31.33%97.65%-
XYZ48.944.8595.7-
YUV180.49166.66122.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=29.17%
G=28.84%
B=41.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731712490.310.3100.02241.5486.6782.35
HexADABF91F1F02f25752
Octal255253371373702362127122
Binary10101101101010111111100111111111110101111001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABF9; }

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

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

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

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

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

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

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

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