Html Css Color HEX #AC4AA4 Violet Blue

📋 copy color: '#AC4AA4'

red 172 ◦ green 74 ◦ blue 164

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

Shades of Violet Blue #AC4AA4

Tints of Violet Blue #AC4AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

 BLUE value IS 164 (64.45% from 255) = 40%

R = 41.95%
G = 18.05%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC4AA4 (or 0xAC4AA4) is known color: Violet Blue. HEX triplet: AC, 4A and A4. RGB value is (172,74,164). Sum of RGB (Red+Green+Blue) = 172+74+164=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4AA4 is #53B55B. Grayscale: #717171. Windows color (decimal): -5485916 or 10767020. OLE color: 10767020.

HSL color Cylindrical-coordinate representation of color #AC4AA4: hue angle of 304.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4AA4 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 74 164 -
CMYK 0 0.57 0.05 0.33
HSL 304.9º 0.4% 0.48% -
HSV(B) 304.9º 0.57% 0.67% -
XYZ 26.16 16.35 36.9 -
YUV 113.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 172 74 164 0 0.57 0.05 0.33 304.9 0.4 0.48
Hex AC 4A A4 0 39 5 21 131 28 30
Octal 254 112 244 0 71 5 41 461 50 60
Binary 10101100 1001010 10100100 0 111001 101 100001 100110001 101000 110000

Color Harmonies of #AC4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AA4

Black with #AC4AA4

Text Example


Text Example

White with #AC4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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