Html Css Color HEX #AC6BAB Violet Blue

📋 copy color: '#AC6BAB'

red 172 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #AC6BAB

Tints of Violet Blue #AC6BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 38.22%
G = 23.78%
B = 38%

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

#AC6BAB (or 0xAC6BAB) is known color: Violet Blue. HEX triplet: AC, 6B and AB. RGB value is (172,107,171). Sum of RGB (Red+Green+Blue) = 172+107+171=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BAB is #539454. Grayscale: #858585. Windows color (decimal): -5477461 or 11234220. OLE color: 11234220.

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

Color convert

RGB 172 107 171 -
CMYK 0 0.38 0.01 0.33
HSL 300.92º 0.28% 0.55% -
HSV(B) 300.92º 0.38% 0.67% -
XYZ 29.62 22.23 41.26 -
YUV 133.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 172 107 171 0 0.38 0.01 0.33 300.92 0.28 0.55
Hex AC 6B AB 0 26 1 21 12D 1C 37
Octal 254 153 253 0 46 1 41 455 34 67
Binary 10101100 1101011 10101011 0 100110 1 100001 100101101 11100 110111

Color Harmonies of #AC6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BAB

Black with #AC6BAB

Text Example


Text Example

White with #AC6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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