Html Css Color HEX #AC6BAA Violet Blue

📋 copy color: '#AC6BAA'

red 172 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #AC6BAA

Tints of Violet Blue #AC6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 38.31%
G = 23.83%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC6BAA (or 0xAC6BAA) is known color: Violet Blue. HEX triplet: AC, 6B and AA. RGB value is (172,107,170). Sum of RGB (Red+Green+Blue) = 172+107+170=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BAA is #539455. Grayscale: #858585. Windows color (decimal): -5477462 or 11168684. OLE color: 11168684.

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

Color convert

RGB 172 107 170 -
CMYK 0 0.38 0.01 0.33
HSL 301.85º 0.28% 0.55% -
HSV(B) 301.85º 0.38% 0.67% -
XYZ 29.53 22.19 40.76 -
YUV 133.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 172 107 170 0 0.38 0.01 0.33 301.85 0.28 0.55
Hex AC 6B AA 0 26 1 21 12E 1C 37
Octal 254 153 252 0 46 1 41 456 34 67
Binary 10101100 1101011 10101010 0 100110 1 100001 100101110 11100 110111

Color Harmonies of #AC6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BAA

Black with #AC6BAA

Text Example


Text Example

White with #AC6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BAA; }

 p { color: rgb(172,107,170); }

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

background-color css

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

 a { background-color: rgb(172,107,170); }

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

border-color css

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

 span { border-color: rgb(172,107,170); }

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