Html Css Color HEX #A6AAED Perano

📋 copy color: '#A6AAED'

red 166 ◦ green 170 ◦ blue 237

#A6AAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A6AAED

Tints of Perano #A6AAED

RGB

 RED value IS 166 (65.23% from 255) = 28.97%

 GREEN value IS 170 (66.8% from 255) = 29.67%

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 28.97%
G = 29.67%
B = 41.36%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6AAED (or 0xA6AAED) is known color: Perano. HEX triplet: A6, AA and ED. RGB value is (166,170,237). Sum of RGB (Red+Green+Blue) = 166+170+237=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAED is #595512. Grayscale: #B0B0B0. Windows color (decimal): -5854483 or 15575718. OLE color: 15575718.

HSL color Cylindrical-coordinate representation of color #A6AAED: hue angle of 236.62º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6AAED is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 170 237 -
CMYK 0.30 0.28 0 0.07
HSL 236.62º 0.66% 0.79% -
HSV(B) 236.62º 0.3% 0.93% -
XYZ 45.39 42.97 86.02 -
YUV 176.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 166 170 237 0.30 0.28 0 0.07 236.62 0.66 0.79
Hex A6 AA ED 1E 1C 0 7 ED 42 4F
Octal 246 252 355 36 34 0 7 355 102 117
Binary 10100110 10101010 11101101 11110 11100 0 111 11101101 1000010 1001111

Color Harmonies of #A6AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAED

Black with #A6AAED

Text Example


Text Example

White with #A6AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AAED; }

 p { color: rgb(166,170,237); }

 H1.HeaderClassName
 {
   color: #A6AAED;
 }
 .AnyTagClassName
 {
   color: #A6AAED;
 }
</style>

background-color css

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

 a { background-color: rgb(166,170,237); }

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

border-color css

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

 span { border-color: rgb(166,170,237); }

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