Html Css Color HEX #AB51AB Violet Blue

📋 copy color: '#AB51AB'

red 171 ◦ green 81 ◦ blue 171

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

Shades of Violet Blue #AB51AB

Tints of Violet Blue #AB51AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

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

R = 40.43%
G = 19.15%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB51AB (or 0xAB51AB) is known color: Violet Blue. HEX triplet: AB, 51 and AB. RGB value is (171,81,171). Sum of RGB (Red+Green+Blue) = 171+81+171=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB51AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51AB is #54AE54. Grayscale: #757575. Windows color (decimal): -5549653 or 11227563. OLE color: 11227563.

HSL color Cylindrical-coordinate representation of color #AB51AB: hue angle of 300º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB51AB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 81 171 -
CMYK 0 0.53 0 0.33
HSL 300º 0.36% 0.49% -
HSV(B) 300º 0.53% 0.67% -
XYZ 27.09 17.48 40.47 -
YUV 118.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 171 81 171 0 0.53 0 0.33 300 0.36 0.49
Hex AB 51 AB 0 35 0 21 12C 24 31
Octal 253 121 253 0 65 0 41 454 44 61
Binary 10101011 1010001 10101011 0 110101 0 100001 100101100 100100 110001

Color Harmonies of #AB51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51AB

Black with #AB51AB

Text Example


Text Example

White with #AB51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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