Html Css Color HEX #AC6C9F Violet Blue

📋 copy color: '#AC6C9F'

red 172 ◦ green 108 ◦ blue 159

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

Shades of Violet Blue #AC6C9F

Tints of Violet Blue #AC6C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

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

R = 39.18%
G = 24.6%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC6C9F (or 0xAC6C9F) is known color: Violet Blue. HEX triplet: AC, 6C and 9F. RGB value is (172,108,159). Sum of RGB (Red+Green+Blue) = 172+108+159=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C9F is #539360. Grayscale: #848484. Windows color (decimal): -5477217 or 10448044. OLE color: 10448044.

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

Color convert

RGB 172 108 159 -
CMYK 0 0.37 0.08 0.33
HSL 312.19º 0.28% 0.55% -
HSV(B) 312.19º 0.37% 0.67% -
XYZ 28.63 22 35.54 -
YUV 132.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 172 108 159 0 0.37 0.08 0.33 312.19 0.28 0.55
Hex AC 6C 9F 0 25 8 21 138 1C 37
Octal 254 154 237 0 45 10 41 470 34 67
Binary 10101100 1101100 10011111 0 100101 1000 100001 100111000 11100 110111

Color Harmonies of #AC6C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C9F

Black with #AC6C9F

Text Example


Text Example

White with #AC6C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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