#ADACF9

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

Shades of Perano #ADACF9

Tints of Perano #ADACF9

Color information

#ADACF9 (or 0xADACF9) is unknown color: approx Perano. HEX triplet: AD, AC and F9. RGB value is (173,172,249). Sum of RGB (Red+Green+Blue) = 173+172+249=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF9 is #525306. Grayscale: #B4B4B4. Windows color (decimal): -5395207 or 16362669. OLE color: 16362669.

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

Color convert

RGB173172249-
CMYK0.310.3100.02
HSL240.78º86.52%82.55%-
HSV(B)240.78º30.92%97.65%-
XYZ49.0845.2395.77-
YUV181.08166.33122.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=29.12%
G=28.96%
B=41.92%

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
Decimal1731722490.310.3100.02240.7886.5282.55
HexADACF91F1F02f15753
Octal255254371373702361127123
Binary10101101101011001111100111111111110101111000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACF9; }

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

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

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

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

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

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

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

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