Html Css Color HEX #A4ACE4 Perano

📋 copy color: '#A4ACE4'

red 164 ◦ green 172 ◦ blue 228

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

Shades of Perano #A4ACE4

Tints of Perano #A4ACE4

RGB

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

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

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

R = 29.08%
G = 30.5%
B = 40.43%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A4ACE4 (or 0xA4ACE4) is known color: Perano. HEX triplet: A4, AC and E4. RGB value is (164,172,228). Sum of RGB (Red+Green+Blue) = 164+172+228=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #A4ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACE4 is #5B531B. Grayscale: #AFAFAF. Windows color (decimal): -5985052 or 14986404. OLE color: 14986404.

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

Color convert

RGB 164 172 228 -
CMYK 0.28 0.25 0 0.11
HSL 232.5º 0.54% 0.77% -
HSV(B) 232.5º 0.28% 0.89% -
XYZ 44.07 43 79.38 -
YUV 175.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 164 172 228 0.28 0.25 0 0.11 232.5 0.54 0.77
Hex A4 AC E4 1C 19 0 B E8 36 4D
Octal 244 254 344 34 31 0 13 350 66 115
Binary 10100100 10101100 11100100 11100 11001 0 1011 11101000 110110 1001101

Color Harmonies of #A4ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ACE4

Black with #A4ACE4

Text Example


Text Example

White with #A4ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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