Html Css Color HEX #AB6AAC Violet Blue

📋 copy color: '#AB6AAC'

red 171 ◦ green 106 ◦ blue 172

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

Shades of Violet Blue #AB6AAC

Tints of Violet Blue #AB6AAC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 171 106 172 -
CMYK 0.01 0.38 0 0.33
HSL 299.09º 0.28% 0.55% -
HSV(B) 299.09º 0.38% 0.67% -
XYZ 29.4 21.94 41.72 -
YUV 132.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 171 106 172 0.01 0.38 0 0.33 299.09 0.28 0.55
Hex AB 6A AC 1 26 0 21 12B 1C 37
Octal 253 152 254 1 46 0 41 453 34 67
Binary 10101011 1101010 10101100 1 100110 0 100001 100101011 11100 110111

Color Harmonies of #AB6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AAC

Black with #AB6AAC

Text Example


Text Example

White with #AB6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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