#ADADF1

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

Shades of Perano #ADADF1

Tints of Perano #ADADF1

Color information

#ADADF1 (or 0xADADF1) is unknown color: approx Perano. HEX triplet: AD, AD and F1. RGB value is (173,173,241). Sum of RGB (Red+Green+Blue) = 173+173+241=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADF1 is #52520E. Grayscale: #B4B4B4. Windows color (decimal): -5394959 or 15838637. OLE color: 15838637.

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

Color convert

RGB173173241-
CMYK0.280.2800.05
HSL240º70.83%81.18%-
HSV(B)240º28.22%94.51%-
XYZ48.0545.1289.4-
YUV180.75162122.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=29.47%
G=29.47%
B=41.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731732410.280.2800.0524070.8381.18
HexADADF11C1C05f04751
Octal255255361343405360107121
Binary101011011010110111110001111001110001011111000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADF1; }

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

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

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

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

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

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

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

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