Html Css Color HEX #AB53B1 Violet Blue

📋 copy color: '#AB53B1'

red 171 ◦ green 83 ◦ blue 177

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

Shades of Violet Blue #AB53B1

Tints of Violet Blue #AB53B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 39.68%
G = 19.26%
B = 41.07%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB53B1 (or 0xAB53B1) is known color: Violet Blue. HEX triplet: AB, 53 and B1. RGB value is (171,83,177). Sum of RGB (Red+Green+Blue) = 171+83+177=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB53B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53B1 is #54AC4E. Grayscale: #777777. Windows color (decimal): -5549135 or 11621291. OLE color: 11621291.

HSL color Cylindrical-coordinate representation of color #AB53B1: hue angle of 296.17º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB53B1 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 83 177 -
CMYK 0.03 0.53 0 0.31
HSL 296.17º 0.38% 0.51% -
HSV(B) 296.17º 0.53% 0.69% -
XYZ 27.82 18.02 43.61 -
YUV 120.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 171 83 177 0.03 0.53 0 0.31 296.17 0.38 0.51
Hex AB 53 B1 3 35 0 1F 128 26 33
Octal 253 123 261 3 65 0 37 450 46 63
Binary 10101011 1010011 10110001 11 110101 0 11111 100101000 100110 110011

Color Harmonies of #AB53B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53B1

Black with #AB53B1

Text Example


Text Example

White with #AB53B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53B1; }

 p { color: rgb(171,83,177); }

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

background-color css

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

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

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

border-color css

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

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

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