Html Css Color HEX #ACAAE9 Perano

📋 copy color: '#ACAAE9'

red 172 ◦ green 170 ◦ blue 233

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

Shades of Perano #ACAAE9

Tints of Perano #ACAAE9

RGB

 RED value IS 172 (67.58% from 255) = 29.91%

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

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 29.91%
G = 29.57%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACAAE9 (or 0xACAAE9) is known color: Perano. HEX triplet: AC, AA and E9. RGB value is (172,170,233). Sum of RGB (Red+Green+Blue) = 172+170+233=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACAAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAE9 is #535516. Grayscale: #B1B1B1. Windows color (decimal): -5461271 or 15313580. OLE color: 15313580.

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

Color convert

RGB 172 170 233 -
CMYK 0.26 0.27 0 0.09
HSL 241.9º 0.59% 0.79% -
HSV(B) 241.9º 0.27% 0.91% -
XYZ 46.1 43.4 83.04 -
YUV 177.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 172 170 233 0.26 0.27 0 0.09 241.9 0.59 0.79
Hex AC AA E9 1A 1B 0 9 F2 3B 4F
Octal 254 252 351 32 33 0 11 362 73 117
Binary 10101100 10101010 11101001 11010 11011 0 1001 11110010 111011 1001111

Color Harmonies of #ACAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAAE9

Black with #ACAAE9

Text Example


Text Example

White with #ACAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAAE9; }

 p { color: rgb(172,170,233); }

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

background-color css

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

 a { background-color: rgb(172,170,233); }

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

border-color css

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

 span { border-color: rgb(172,170,233); }

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