Html Css Color HEX #A6ACE4 Perano

📋 copy color: '#A6ACE4'

red 166 ◦ green 172 ◦ blue 228

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

Shades of Perano #A6ACE4

Tints of Perano #A6ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.28%

R = 29.33%
G = 30.39%
B = 40.28%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A6ACE4 (or 0xA6ACE4) is known color: Perano. HEX triplet: A6, AC and E4. RGB value is (166,172,228). Sum of RGB (Red+Green+Blue) = 166+172+228=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACE4 is #59531B. Grayscale: #B0B0B0. Windows color (decimal): -5853980 or 14986406. OLE color: 14986406.

HSL color Cylindrical-coordinate representation of color #A6ACE4: hue angle of 234.19º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6ACE4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 172 228 -
CMYK 0.27 0.25 0 0.11
HSL 234.19º 0.53% 0.77% -
HSV(B) 234.19º 0.27% 0.89% -
XYZ 44.48 43.21 79.4 -
YUV 176.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 166 172 228 0.27 0.25 0 0.11 234.19 0.53 0.77
Hex A6 AC E4 1B 19 0 B EA 35 4D
Octal 246 254 344 33 31 0 13 352 65 115
Binary 10100110 10101100 11100100 11011 11001 0 1011 11101010 110101 1001101

Color Harmonies of #A6ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ACE4

Black with #A6ACE4

Text Example


Text Example

White with #A6ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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