#ADACF8

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

Shades of Perano #ADACF8

Tints of Perano #ADACF8

Color information

#ADACF8 (or 0xADACF8) is unknown color: approx Perano. HEX triplet: AD, AC and F8. RGB value is (173,172,248). Sum of RGB (Red+Green+Blue) = 173+172+248=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF8 is #525307. Grayscale: #B4B4B4. Windows color (decimal): -5395208 or 16297133. OLE color: 16297133.

HSL color Cylindrical-coordinate representation of color #ADACF8: hue angle of 240.79º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADACF8 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173172248-
CMYK0.300.3100.03
HSL240.79º84.44%82.35%-
HSV(B)240.79º30.65%97.25%-
XYZ48.9345.1794.95-
YUV180.96165.83122.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=29.17%
G=29.01%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731722480.300.3100.03240.7984.4482.35
HexADACF81E1F03f15452
Octal255254370363703361124122
Binary10101101101011001111100011110111110111111000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACF8; }

 p { color: rgb(173,172,248); }

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

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

 a { background-color: rgb(173,172,248); }

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

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

 span { border-color: rgb(173,172,248); }

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