#ADA4F6

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

Shades of Perano #ADA4F6

Tints of Perano #ADA4F6

Color information

#ADA4F6 (or 0xADA4F6) is unknown color: approx Perano. HEX triplet: AD, A4 and F6. RGB value is (173,164,246). Sum of RGB (Red+Green+Blue) = 173+164+246=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADA4F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4F6 is #525B09. Grayscale: #AFAFAF. Windows color (decimal): -5397258 or 16164013. OLE color: 16164013.

HSL color Cylindrical-coordinate representation of color #ADA4F6: hue angle of 246.59º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA4F6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173164246-
CMYK0.300.3300.04
HSL246.59º82%80.39%-
HSV(B)246.59º33.33%96.47%-
XYZ47.1442.0992.83-
YUV176.04167.48125.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=29.67%
G=28.13%
B=42.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731642460.300.3300.04246.598280.39
HexADA4F61E2104f75250
Octal255244366364104367122120
Binary1010110110100100111101101111010000101001111011110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4F6; }

 p { color: rgb(173,164,246); }

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

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

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

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

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

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

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