Html Css Color HEX #AC5CA0 Violet Blue

📋 copy color: '#AC5CA0'

red 172 ◦ green 92 ◦ blue 160

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

Shades of Violet Blue #AC5CA0

Tints of Violet Blue #AC5CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 40.57%
G = 21.7%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC5CA0 (or 0xAC5CA0) is known color: Violet Blue. HEX triplet: AC, 5C and A0. RGB value is (172,92,160). Sum of RGB (Red+Green+Blue) = 172+92+160=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5CA0 is #53A35F. Grayscale: #7B7B7B. Windows color (decimal): -5481312 or 10509484. OLE color: 10509484.

HSL color Cylindrical-coordinate representation of color #AC5CA0: hue angle of 309º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5CA0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 160 -
CMYK 0 0.47 0.07 0.33
HSL 309º 0.33% 0.52% -
HSV(B) 309º 0.47% 0.67% -
XYZ 27.19 18.96 35.49 -
YUV 123.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 172 92 160 0 0.47 0.07 0.33 309 0.33 0.52
Hex AC 5C A0 0 2F 7 21 135 21 34
Octal 254 134 240 0 57 7 41 465 41 64
Binary 10101100 1011100 10100000 0 101111 111 100001 100110101 100001 110100

Color Harmonies of #AC5CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CA0

Black with #AC5CA0

Text Example


Text Example

White with #AC5CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CA0; }

 p { color: rgb(172,92,160); }

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

background-color css

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

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

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

border-color css

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

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

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