#ADABF4

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

Shades of Perano #ADABF4

Tints of Perano #ADABF4

Color information

#ADABF4 (or 0xADABF4) is unknown color: approx Perano. HEX triplet: AD, AB and F4. RGB value is (173,171,244). Sum of RGB (Red+Green+Blue) = 173+171+244=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADABF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABF4 is #52540B. Grayscale: #B3B3B3. Windows color (decimal): -5395468 or 16034733. OLE color: 16034733.

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

Color convert

RGB173171244-
CMYK0.290.3000.04
HSL241.64º76.84%81.37%-
HSV(B)241.64º29.92%95.69%-
XYZ48.1344.5491.65-
YUV179.92164.16123.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 244 (95.70% from 255) = 41.50%
R=29.42%
G=29.08%
B=41.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731712440.290.3000.04241.6476.8481.37
HexADABF41D1E04f24d51
Octal255253364353604362115121
Binary101011011010101111110100111011111001001111001010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABF4; }

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

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

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

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

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

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

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

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