Html Css Color HEX #AC6DB7 Violet Blue

📋 copy color: '#AC6DB7'

red 172 ◦ green 109 ◦ blue 183

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

Shades of Violet Blue #AC6DB7

Tints of Violet Blue #AC6DB7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.49%

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 37.07%
G = 23.49%
B = 39.44%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC6DB7 (or 0xAC6DB7) is known color: Violet Blue. HEX triplet: AC, 6D and B7. RGB value is (172,109,183). Sum of RGB (Red+Green+Blue) = 172+109+183=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC6DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DB7 is #539248. Grayscale: #888888. Windows color (decimal): -5476937 or 12021164. OLE color: 12021164.

HSL color Cylindrical-coordinate representation of color #AC6DB7: hue angle of 291.08º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6DB7 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 109 183 -
CMYK 0.06 0.40 0 0.28
HSL 291.08º 0.34% 0.57% -
HSV(B) 291.08º 0.4% 0.72% -
XYZ 31.03 23.13 47.63 -
YUV 136.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 172 109 183 0.06 0.40 0 0.28 291.08 0.34 0.57
Hex AC 6D B7 6 28 0 1C 123 22 39
Octal 254 155 267 6 50 0 34 443 42 71
Binary 10101100 1101101 10110111 110 101000 0 11100 100100011 100010 111001

Color Harmonies of #AC6DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DB7

Black with #AC6DB7

Text Example


Text Example

White with #AC6DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DB7; }

 p { color: rgb(172,109,183); }

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

background-color css

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

 a { background-color: rgb(172,109,183); }

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

border-color css

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

 span { border-color: rgb(172,109,183); }

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