Html Css Color HEX #AC3F9F Violet Blue

📋 copy color: '#AC3F9F'

red 172 ◦ green 63 ◦ blue 159

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

Shades of Violet Blue #AC3F9F

Tints of Violet Blue #AC3F9F

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

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

R = 43.65%
G = 15.99%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC3F9F (or 0xAC3F9F) is known color: Violet Blue. HEX triplet: AC, 3F and 9F. RGB value is (172,63,159). Sum of RGB (Red+Green+Blue) = 172+63+159=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F9F is #53C060. Grayscale: #6A6A6A. Windows color (decimal): -5488737 or 10436524. OLE color: 10436524.

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

Color convert

RGB 172 63 159 -
CMYK 0 0.63 0.08 0.33
HSL 307.16º 0.46% 0.46% -
HSV(B) 307.16º 0.63% 0.67% -
XYZ 25.05 14.83 34.34 -
YUV 106.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 172 63 159 0 0.63 0.08 0.33 307.16 0.46 0.46
Hex AC 3F 9F 0 3F 8 21 133 2E 2E
Octal 254 77 237 0 77 10 41 463 56 56
Binary 10101100 111111 10011111 0 111111 1000 100001 100110011 101110 101110

Color Harmonies of #AC3F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F9F

Black with #AC3F9F

Text Example


Text Example

White with #AC3F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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