Html Css Color HEX #AB6BAB Violet Blue

📋 copy color: '#AB6BAB'

red 171 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #AB6BAB

Tints of Violet Blue #AB6BAB

RGB

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

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

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

R = 38.08%
G = 23.83%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB6BAB (or 0xAB6BAB) is known color: Violet Blue. HEX triplet: AB, 6B and AB. RGB value is (171,107,171). Sum of RGB (Red+Green+Blue) = 171+107+171=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAB is #549454. Grayscale: #858585. Windows color (decimal): -5542997 or 11234219. OLE color: 11234219.

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

Color convert

RGB 171 107 171 -
CMYK 0 0.37 0 0.33
HSL 300º 0.28% 0.55% -
HSV(B) 300º 0.37% 0.67% -
XYZ 29.4 22.11 41.25 -
YUV 133.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 171 107 171 0 0.37 0 0.33 300 0.28 0.55
Hex AB 6B AB 0 25 0 21 12C 1C 37
Octal 253 153 253 0 45 0 41 454 34 67
Binary 10101011 1101011 10101011 0 100101 0 100001 100101100 11100 110111

Color Harmonies of #AB6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BAB

Black with #AB6BAB

Text Example


Text Example

White with #AB6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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