Html Css Color HEX #AC4CA6 Violet Blue

📋 copy color: '#AC4CA6'

red 172 ◦ green 76 ◦ blue 166

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

Shades of Violet Blue #AC4CA6

Tints of Violet Blue #AC4CA6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 166 (65.23% from 255) = 40.1%

R = 41.55%
G = 18.36%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC4CA6 (or 0xAC4CA6) is known color: Violet Blue. HEX triplet: AC, 4C and A6. RGB value is (172,76,166). Sum of RGB (Red+Green+Blue) = 172+76+166=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CA6 is #53B359. Grayscale: #727272. Windows color (decimal): -5485402 or 10898604. OLE color: 10898604.

HSL color Cylindrical-coordinate representation of color #AC4CA6: hue angle of 303.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4CA6 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 166 -
CMYK 0 0.56 0.03 0.33
HSL 303.75º 0.39% 0.49% -
HSV(B) 303.75º 0.56% 0.67% -
XYZ 26.48 16.69 37.9 -
YUV 114.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 172 76 166 0 0.56 0.03 0.33 303.75 0.39 0.49
Hex AC 4C A6 0 38 3 21 130 27 31
Octal 254 114 246 0 70 3 41 460 47 61
Binary 10101100 1001100 10100110 0 111000 11 100001 100110000 100111 110001

Color Harmonies of #AC4CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CA6

Black with #AC4CA6

Text Example


Text Example

White with #AC4CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CA6; }

 p { color: rgb(172,76,166); }

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

background-color css

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

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

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

border-color css

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

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

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