#ADACF0

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

Shades of Perano #ADACF0

Tints of Perano #ADACF0

Color information

#ADACF0 (or 0xADACF0) is unknown color: approx Perano. HEX triplet: AD, AC and F0. RGB value is (173,172,240). Sum of RGB (Red+Green+Blue) = 173+172+240=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF0 is #52530F. Grayscale: #B3B3B3. Windows color (decimal): -5395216 or 15772845. OLE color: 15772845.

HSL color Cylindrical-coordinate representation of color #ADACF0: hue angle of 240.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADACF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173172240-
CMYK0.280.2800.06
HSL240.88º69.39%80.78%-
HSV(B)240.88º28.33%94.12%-
XYZ47.7144.6888.55-
YUV180.05161.83122.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=29.57%
G=29.40%
B=41.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731722400.280.2800.06240.8869.3980.78
HexADACF01C1C06f14551
Octal255254360343406361105121
Binary101011011010110011110000111001110001101111000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACF0; }

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

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

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

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

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

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

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

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