#A6AFFF

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

Shades of Perano #A6AFFF

Tints of Perano #A6AFFF

Color information

#A6AFFF (or 0xA6AFFF) is unknown color: approx Perano. HEX triplet: A6, AF and FF. RGB value is (166,175,255). Sum of RGB (Red+Green+Blue) = 166+175+255=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFFF is #595000. Grayscale: #B5B5B5. Windows color (decimal): -5853185 or 16756646. OLE color: 16756646.

HSL color Cylindrical-coordinate representation of color #A6AFFF: hue angle of 233.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6AFFF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166175255-
CMYK0.350.3100
HSL233.93º100%82.55%-
HSV(B)233.93º34.9%100%-
XYZ49.1145.99100.9-
YUV181.43169.52117-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 255 (100% from 255) = 42.79%
R=27.85%
G=29.36%
B=42.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661752550.350.3100233.9310082.55
HexA6AFFF231F00ea6453
Octal246257377433700352144123
Binary10100110101011111111111110001111111001110101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFFF; }

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

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

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

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

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

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

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

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