Html Css Color HEX #AC6AAB Violet Blue

📋 copy color: '#AC6AAB'

red 172 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #AC6AAB

Tints of Violet Blue #AC6AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

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

R = 38.31%
G = 23.61%
B = 38.08%

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

#AC6AAB (or 0xAC6AAB) is known color: Violet Blue. HEX triplet: AC, 6A and AB. RGB value is (172,106,171). Sum of RGB (Red+Green+Blue) = 172+106+171=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6AAB is #539554. Grayscale: #848484. Windows color (decimal): -5477717 or 11233964. OLE color: 11233964.

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

Color convert

RGB 172 106 171 -
CMYK 0 0.38 0.01 0.33
HSL 300.91º 0.28% 0.55% -
HSV(B) 300.91º 0.38% 0.67% -
XYZ 29.52 22.02 41.22 -
YUV 133.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 172 106 171 0 0.38 0.01 0.33 300.91 0.28 0.55
Hex AC 6A AB 0 26 1 21 12D 1C 37
Octal 254 152 253 0 46 1 41 455 34 67
Binary 10101100 1101010 10101011 0 100110 1 100001 100101101 11100 110111

Color Harmonies of #AC6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6AAB

Black with #AC6AAB

Text Example


Text Example

White with #AC6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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