Html Css Color HEX #AC429A Violet Blue

📋 copy color: '#AC429A'

red 172 ◦ green 66 ◦ blue 154

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

Shades of Violet Blue #AC429A

Tints of Violet Blue #AC429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 43.88%
G = 16.84%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC429A (or 0xAC429A) is known color: Violet Blue. HEX triplet: AC, 42 and 9A. RGB value is (172,66,154). Sum of RGB (Red+Green+Blue) = 172+66+154=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC429A is #53BD65. Grayscale: #6B6B6B. Windows color (decimal): -5487974 or 10109612. OLE color: 10109612.

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

Color convert

RGB 172 66 154 -
CMYK 0 0.62 0.10 0.33
HSL 310.19º 0.45% 0.47% -
HSV(B) 310.19º 0.62% 0.67% -
XYZ 24.79 15 32.16 -
YUV 107.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 172 66 154 0 0.62 0.10 0.33 310.19 0.45 0.47
Hex AC 42 9A 0 3E A 21 136 2D 2F
Octal 254 102 232 0 76 12 41 466 55 57
Binary 10101100 1000010 10011010 0 111110 1010 100001 100110110 101101 101111

Color Harmonies of #AC429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC429A

Black with #AC429A

Text Example


Text Example

White with #AC429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC429A; }

 p { color: rgb(172,66,154); }

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

background-color css

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

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

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

border-color css

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

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

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