Html Css Color HEX #AB6BAA Violet Blue

📋 copy color: '#AB6BAA'

red 171 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #AB6BAA

Tints of Violet Blue #AB6BAA

RGB

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

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

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

R = 38.17%
G = 23.88%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB6BAA (or 0xAB6BAA) is known color: Violet Blue. HEX triplet: AB, 6B and AA. RGB value is (171,107,170). Sum of RGB (Red+Green+Blue) = 171+107+170=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAA is #549455. Grayscale: #858585. Windows color (decimal): -5542998 or 11168683. OLE color: 11168683.

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

Color convert

RGB 171 107 170 -
CMYK 0 0.37 0.01 0.33
HSL 300.94º 0.28% 0.55% -
HSV(B) 300.94º 0.37% 0.67% -
XYZ 29.31 22.08 40.75 -
YUV 133.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 171 107 170 0 0.37 0.01 0.33 300.94 0.28 0.55
Hex AB 6B AA 0 25 1 21 12D 1C 37
Octal 253 153 252 0 45 1 41 455 34 67
Binary 10101011 1101011 10101010 0 100101 1 100001 100101101 11100 110111

Color Harmonies of #AB6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BAA

Black with #AB6BAA

Text Example


Text Example

White with #AB6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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