Html Css Color HEX #A4ACE5 Perano

📋 copy color: '#A4ACE5'

red 164 ◦ green 172 ◦ blue 229

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

Shades of Perano #A4ACE5

Tints of Perano #A4ACE5

RGB

 RED value IS 164 (64.45% from 255) = 29.03%

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 29.03%
G = 30.44%
B = 40.53%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A4ACE5 (or 0xA4ACE5) is known color: Perano. HEX triplet: A4, AC and E5. RGB value is (164,172,229). Sum of RGB (Red+Green+Blue) = 164+172+229=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACE5 is #5B531A. Grayscale: #AFAFAF. Windows color (decimal): -5985051 or 15051940. OLE color: 15051940.

HSL color Cylindrical-coordinate representation of color #A4ACE5: hue angle of 232.62º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4ACE5 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 172 229 -
CMYK 0.28 0.25 0 0.10
HSL 232.62º 0.56% 0.77% -
HSV(B) 232.62º 0.28% 0.9% -
XYZ 44.21 43.05 80.11 -
YUV 176.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 164 172 229 0.28 0.25 0 0.10 232.62 0.56 0.77
Hex A4 AC E5 1C 19 0 A E9 38 4D
Octal 244 254 345 34 31 0 12 351 70 115
Binary 10100100 10101100 11100101 11100 11001 0 1010 11101001 111000 1001101

Color Harmonies of #A4ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ACE5

Black with #A4ACE5

Text Example


Text Example

White with #A4ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ACE5; }

 p { color: rgb(164,172,229); }

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

background-color css

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

 a { background-color: rgb(164,172,229); }

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

border-color css

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

 span { border-color: rgb(164,172,229); }

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