Html Css Color HEX #ACACE0 Perano

📋 copy color: '#ACACE0'

red 172 ◦ green 172 ◦ blue 224

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

Shades of Perano #ACACE0

Tints of Perano #ACACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 30.28%
G = 30.28%
B = 39.44%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACACE0 (or 0xACACE0) is known color: Perano. HEX triplet: AC, AC and E0. RGB value is (172,172,224). Sum of RGB (Red+Green+Blue) = 172+172+224=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACE0 is #53531F. Grayscale: #B1B1B1. Windows color (decimal): -5460768 or 14724268. OLE color: 14724268.

HSL color Cylindrical-coordinate representation of color #ACACE0: hue angle of 240º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACACE0 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 172 224 -
CMYK 0.23 0.23 0 0.12
HSL 240º 0.46% 0.78% -
HSV(B) 240º 0.23% 0.88% -
XYZ 45.22 43.66 76.56 -
YUV 177.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 172 172 224 0.23 0.23 0 0.12 240 0.46 0.78
Hex AC AC E0 17 17 0 C F0 2E 4E
Octal 254 254 340 27 27 0 14 360 56 116
Binary 10101100 10101100 11100000 10111 10111 0 1100 11110000 101110 1001110

Color Harmonies of #ACACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACE0

Black with #ACACE0

Text Example


Text Example

White with #ACACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACE0; }

 p { color: rgb(172,172,224); }

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

background-color css

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

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

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

border-color css

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

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

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