Html Css Color HEX #AC419F Violet Blue

📋 copy color: '#AC419F'

red 172 ◦ green 65 ◦ blue 159

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

Shades of Violet Blue #AC419F

Tints of Violet Blue #AC419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 43.43%
G = 16.41%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC419F (or 0xAC419F) is known color: Violet Blue. HEX triplet: AC, 41 and 9F. RGB value is (172,65,159). Sum of RGB (Red+Green+Blue) = 172+65+159=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC419F is #53BE60. Grayscale: #6B6B6B. Windows color (decimal): -5488225 or 10437036. OLE color: 10437036.

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

Color convert

RGB 172 65 159 -
CMYK 0 0.62 0.08 0.33
HSL 307.29º 0.45% 0.46% -
HSV(B) 307.29º 0.62% 0.67% -
XYZ 25.16 15.05 34.38 -
YUV 107.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 172 65 159 0 0.62 0.08 0.33 307.29 0.45 0.46
Hex AC 41 9F 0 3E 8 21 133 2D 2E
Octal 254 101 237 0 76 10 41 463 55 56
Binary 10101100 1000001 10011111 0 111110 1000 100001 100110011 101101 101110

Color Harmonies of #AC419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC419F

Black with #AC419F

Text Example


Text Example

White with #AC419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC419F; }

 p { color: rgb(172,65,159); }

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

background-color css

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

 a { background-color: rgb(172,65,159); }

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

border-color css

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

 span { border-color: rgb(172,65,159); }

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