#A6AFDC

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

Shades of Perano #A6AFDC

Tints of Perano #A6AFDC

Color information

#A6AFDC (or 0xA6AFDC) is unknown color: approx Perano. HEX triplet: A6, AF and DC. RGB value is (166,175,220). Sum of RGB (Red+Green+Blue) = 166+175+220=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFDC is #595023. Grayscale: #B1B1B1. Windows color (decimal): -5853220 or 14462886. OLE color: 14462886.

HSL color Cylindrical-coordinate representation of color #A6AFDC: hue angle of 230º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AFDC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166175220-
CMYK0.250.2000.14
HSL230º43.55%75.69%-
HSV(B)230º24.55%86.27%-
XYZ43.9743.9373.87-
YUV177.44152.02119.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=29.59%
G=31.19%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661752200.250.2000.1423043.5575.69
HexA6AFDC19140Ee62c4c
Octal246257334312401634654114
Binary101001101010111111011100110011010001110111001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFDC; }

 p { color: rgb(166,175,220); }

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

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

 a { background-color: rgb(166,175,220); }

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

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

 span { border-color: rgb(166,175,220); }

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