Html Css Color HEX #AC36A8 Violet Blue

📋 copy color: '#AC36A8'

red 172 ◦ green 54 ◦ blue 168

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

Shades of Violet Blue #AC36A8

Tints of Violet Blue #AC36A8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 43.65%
G = 13.71%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC36A8 (or 0xAC36A8) is known color: Violet Blue. HEX triplet: AC, 36 and A8. RGB value is (172,54,168). Sum of RGB (Red+Green+Blue) = 172+54+168=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC36A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC36A8 is #53C957. Grayscale: #656565. Windows color (decimal): -5491032 or 11024044. OLE color: 11024044.

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

Color convert

RGB 172 54 168 -
CMYK 0 0.69 0.02 0.33
HSL 302.03º 0.52% 0.44% -
HSV(B) 302.03º 0.69% 0.67% -
XYZ 25.4 14.24 38.45 -
YUV 102.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 172 54 168 0 0.69 0.02 0.33 302.03 0.52 0.44
Hex AC 36 A8 0 45 2 21 12E 34 2C
Octal 254 66 250 0 105 2 41 456 64 54
Binary 10101100 110110 10101000 0 1000101 10 100001 100101110 110100 101100

Color Harmonies of #AC36A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36A8

Black with #AC36A8

Text Example


Text Example

White with #AC36A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36A8; }

 p { color: rgb(172,54,168); }

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

background-color css

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

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

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

border-color css

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

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

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