#ADADF0

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

Shades of Perano #ADADF0

Tints of Perano #ADADF0

Color information

#ADADF0 (or 0xADADF0) is unknown color: approx Perano. HEX triplet: AD, AD and F0. RGB value is (173,173,240). Sum of RGB (Red+Green+Blue) = 173+173+240=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADF0 is #52520F. Grayscale: #B4B4B4. Windows color (decimal): -5394960 or 15773101. OLE color: 15773101.

HSL color Cylindrical-coordinate representation of color #ADADF0: hue angle of 240º 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 #ADADF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173173240-
CMYK0.280.2800.06
HSL240º69.07%80.98%-
HSV(B)240º27.92%94.12%-
XYZ47.9145.0688.61-
YUV180.64161.5122.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=29.52%
G=29.52%
B=40.96%

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
Decimal1731732400.280.2800.0624069.0780.98
HexADADF01C1C06f04551
Octal255255360343406360105121
Binary101011011010110111110000111001110001101111000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADF0; }

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

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

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

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

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

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

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

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