Html Css Color HEX #AC429D Violet Blue

📋 copy color: '#AC429D'

red 172 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #AC429D

Tints of Violet Blue #AC429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 43.54%
G = 16.71%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC429D (or 0xAC429D) is known color: Violet Blue. HEX triplet: AC, 42 and 9D. RGB value is (172,66,157). Sum of RGB (Red+Green+Blue) = 172+66+157=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC429D is #53BD62. Grayscale: #6B6B6B. Windows color (decimal): -5487971 or 10306220. OLE color: 10306220.

HSL color Cylindrical-coordinate representation of color #AC429D: hue angle of 308.49º 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 #AC429D is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 157 -
CMYK 0 0.62 0.09 0.33
HSL 308.49º 0.45% 0.47% -
HSV(B) 308.49º 0.62% 0.67% -
XYZ 25.05 15.1 33.49 -
YUV 108.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 172 66 157 0 0.62 0.09 0.33 308.49 0.45 0.47
Hex AC 42 9D 0 3E 9 21 134 2D 2F
Octal 254 102 235 0 76 11 41 464 55 57
Binary 10101100 1000010 10011101 0 111110 1001 100001 100110100 101101 101111

Color Harmonies of #AC429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC429D

Black with #AC429D

Text Example


Text Example

White with #AC429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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