Html Css Color HEX #A6ACE8 Perano

📋 copy color: '#A6ACE8'

red 166 ◦ green 172 ◦ blue 232

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

Shades of Perano #A6ACE8

Tints of Perano #A6ACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.18%

 BLUE value IS 232 (91.02% from 255) = 40.7%

R = 29.12%
G = 30.18%
B = 40.7%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A6ACE8 (or 0xA6ACE8) is known color: Perano. HEX triplet: A6, AC and E8. RGB value is (166,172,232). Sum of RGB (Red+Green+Blue) = 166+172+232=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #A6ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACE8 is #595317. Grayscale: #B0B0B0. Windows color (decimal): -5853976 or 15248550. OLE color: 15248550.

HSL color Cylindrical-coordinate representation of color #A6ACE8: hue angle of 234.55º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6ACE8 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 172 232 -
CMYK 0.28 0.26 0 0.09
HSL 234.55º 0.59% 0.78% -
HSV(B) 234.55º 0.28% 0.91% -
XYZ 45.04 43.44 82.35 -
YUV 177.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 166 172 232 0.28 0.26 0 0.09 234.55 0.59 0.78
Hex A6 AC E8 1C 1A 0 9 EB 3B 4E
Octal 246 254 350 34 32 0 11 353 73 116
Binary 10100110 10101100 11101000 11100 11010 0 1001 11101011 111011 1001110

Color Harmonies of #A6ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ACE8

Black with #A6ACE8

Text Example


Text Example

White with #A6ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ACE8; }

 p { color: rgb(166,172,232); }

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

background-color css

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

 a { background-color: rgb(166,172,232); }

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

border-color css

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

 span { border-color: rgb(166,172,232); }

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