Html Css Color HEX #AC6BA1 Violet Blue

📋 copy color: '#AC6BA1'

red 172 ◦ green 107 ◦ blue 161

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

Shades of Violet Blue #AC6BA1

Tints of Violet Blue #AC6BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 39.09%
G = 24.32%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC6BA1 (or 0xAC6BA1) is known color: Violet Blue. HEX triplet: AC, 6B and A1. RGB value is (172,107,161). Sum of RGB (Red+Green+Blue) = 172+107+161=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BA1 is #53945E. Grayscale: #848484. Windows color (decimal): -5477471 or 10578860. OLE color: 10578860.

HSL color Cylindrical-coordinate representation of color #AC6BA1: hue angle of 310.15º 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 #AC6BA1 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 107 161 -
CMYK 0 0.38 0.06 0.33
HSL 310.15º 0.28% 0.55% -
HSV(B) 310.15º 0.38% 0.67% -
XYZ 28.7 21.86 36.42 -
YUV 132.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 172 107 161 0 0.38 0.06 0.33 310.15 0.28 0.55
Hex AC 6B A1 0 26 6 21 136 1C 37
Octal 254 153 241 0 46 6 41 466 34 67
Binary 10101100 1101011 10100001 0 100110 110 100001 100110110 11100 110111

Color Harmonies of #AC6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BA1

Black with #AC6BA1

Text Example


Text Example

White with #AC6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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