Html Css Color HEX #A6AEE0 Perano

📋 copy color: '#A6AEE0'

red 166 ◦ green 174 ◦ blue 224

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

Shades of Perano #A6AEE0

Tints of Perano #A6AEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.85%

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 29.43%
G = 30.85%
B = 39.72%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A6AEE0 (or 0xA6AEE0) is known color: Perano. HEX triplet: A6, AE and E0. RGB value is (166,174,224). Sum of RGB (Red+Green+Blue) = 166+174+224=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEE0 is #59511F. Grayscale: #B1B1B1. Windows color (decimal): -5853472 or 14724774. OLE color: 14724774.

HSL color Cylindrical-coordinate representation of color #A6AEE0: hue angle of 231.72º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6AEE0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 174 224 -
CMYK 0.26 0.22 0 0.12
HSL 231.72º 0.48% 0.76% -
HSV(B) 231.72º 0.26% 0.88% -
XYZ 44.32 43.76 76.63 -
YUV 177.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 166 174 224 0.26 0.22 0 0.12 231.72 0.48 0.76
Hex A6 AE E0 1A 16 0 C E8 30 4C
Octal 246 256 340 32 26 0 14 350 60 114
Binary 10100110 10101110 11100000 11010 10110 0 1100 11101000 110000 1001100

Color Harmonies of #A6AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AEE0

Black with #A6AEE0

Text Example


Text Example

White with #A6AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AEE0; }

 p { color: rgb(166,174,224); }

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

background-color css

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

 a { background-color: rgb(166,174,224); }

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

border-color css

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

 span { border-color: rgb(166,174,224); }

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