#ADADF9

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

Shades of Perano #ADADF9

Tints of Perano #ADADF9

Color information

#ADADF9 (or 0xADADF9) is unknown color: approx Perano. HEX triplet: AD, AD and F9. RGB value is (173,173,249). Sum of RGB (Red+Green+Blue) = 173+173+249=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADF9 is #525206. Grayscale: #B5B5B5. Windows color (decimal): -5394951 or 16362925. OLE color: 16362925.

HSL color Cylindrical-coordinate representation of color #ADADF9: hue angle of 240º degrees, saturation: 0.86, 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 #ADADF9 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173173249-
CMYK0.310.3100.02
HSL240º86.36%82.75%-
HSV(B)240º30.52%97.65%-
XYZ49.2845.6195.83-
YUV181.66166121.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=29.08%
G=29.08%
B=41.85%

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
Decimal1731732490.310.3100.0224086.3682.75
HexADADF91F1F02f05653
Octal255255371373702360126123
Binary10101101101011011111100111111111110101111000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADF9; }

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

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

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

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

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

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

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

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