Html Css Color HEX #AC3E9F Violet Blue

📋 copy color: '#AC3E9F'

red 172 ◦ green 62 ◦ blue 159

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

Shades of Violet Blue #AC3E9F

Tints of Violet Blue #AC3E9F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.78%

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

R = 43.77%
G = 15.78%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC3E9F (or 0xAC3E9F) is known color: Violet Blue. HEX triplet: AC, 3E and 9F. RGB value is (172,62,159). Sum of RGB (Red+Green+Blue) = 172+62+159=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E9F is #53C160. Grayscale: #696969. Windows color (decimal): -5488993 or 10436268. OLE color: 10436268.

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

Color convert

RGB 172 62 159 -
CMYK 0 0.64 0.08 0.33
HSL 307.09º 0.47% 0.46% -
HSV(B) 307.09º 0.64% 0.67% -
XYZ 24.99 14.72 34.32 -
YUV 105.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 172 62 159 0 0.64 0.08 0.33 307.09 0.47 0.46
Hex AC 3E 9F 0 40 8 21 133 2F 2E
Octal 254 76 237 0 100 10 41 463 57 56
Binary 10101100 111110 10011111 0 1000000 1000 100001 100110011 101111 101110

Color Harmonies of #AC3E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E9F

Black with #AC3E9F

Text Example


Text Example

White with #AC3E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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