Html Css Color HEX #AB51A2 Violet Blue

📋 copy color: '#AB51A2'

red 171 ◦ green 81 ◦ blue 162

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

Shades of Violet Blue #AB51A2

Tints of Violet Blue #AB51A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 41.3%
G = 19.57%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB51A2 (or 0xAB51A2) is known color: Violet Blue. HEX triplet: AB, 51 and A2. RGB value is (171,81,162). Sum of RGB (Red+Green+Blue) = 171+81+162=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51A2 is #54AE5D. Grayscale: #747474. Windows color (decimal): -5549662 or 10637739. OLE color: 10637739.

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

Color convert

RGB 171 81 162 -
CMYK 0 0.53 0.05 0.33
HSL 306º 0.36% 0.49% -
HSV(B) 306º 0.53% 0.67% -
XYZ 26.26 17.15 36.11 -
YUV 117.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 171 81 162 0 0.53 0.05 0.33 306 0.36 0.49
Hex AB 51 A2 0 35 5 21 132 24 31
Octal 253 121 242 0 65 5 41 462 44 61
Binary 10101011 1010001 10100010 0 110101 101 100001 100110010 100100 110001

Color Harmonies of #AB51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51A2

Black with #AB51A2

Text Example


Text Example

White with #AB51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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