Html Css Color HEX #AC3C9F Violet Blue

📋 copy color: '#AC3C9F'

red 172 ◦ green 60 ◦ blue 159

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

Shades of Violet Blue #AC3C9F

Tints of Violet Blue #AC3C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

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

R = 43.99%
G = 15.35%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC3C9F (or 0xAC3C9F) is known color: Violet Blue. HEX triplet: AC, 3C and 9F. RGB value is (172,60,159). Sum of RGB (Red+Green+Blue) = 172+60+159=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C9F is #53C360. Grayscale: #686868. Windows color (decimal): -5489505 or 10435756. OLE color: 10435756.

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

Color convert

RGB 172 60 159 -
CMYK 0 0.65 0.08 0.33
HSL 306.96º 0.48% 0.45% -
HSV(B) 306.96º 0.65% 0.67% -
XYZ 24.89 14.51 34.29 -
YUV 104.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 172 60 159 0 0.65 0.08 0.33 306.96 0.48 0.45
Hex AC 3C 9F 0 41 8 21 133 30 2D
Octal 254 74 237 0 101 10 41 463 60 55
Binary 10101100 111100 10011111 0 1000001 1000 100001 100110011 110000 101101

Color Harmonies of #AC3C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C9F

Black with #AC3C9F

Text Example


Text Example

White with #AC3C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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