Html Css Color HEX #AB5BB1 Violet Blue

📋 copy color: '#AB5BB1'

red 171 ◦ green 91 ◦ blue 177

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

Shades of Violet Blue #AB5BB1

Tints of Violet Blue #AB5BB1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.73%

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

R = 38.95%
G = 20.73%
B = 40.32%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB5BB1 (or 0xAB5BB1) is known color: Violet Blue. HEX triplet: AB, 5B and B1. RGB value is (171,91,177). Sum of RGB (Red+Green+Blue) = 171+91+177=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB5BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5BB1 is #54A44E. Grayscale: #7C7C7C. Windows color (decimal): -5547087 or 11623339. OLE color: 11623339.

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

Color convert

RGB 171 91 177 -
CMYK 0.03 0.49 0 0.31
HSL 295.81º 0.36% 0.53% -
HSV(B) 295.81º 0.49% 0.69% -
XYZ 28.47 19.31 43.82 -
YUV 124.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 171 91 177 0.03 0.49 0 0.31 295.81 0.36 0.53
Hex AB 5B B1 3 31 0 1F 128 24 35
Octal 253 133 261 3 61 0 37 450 44 65
Binary 10101011 1011011 10110001 11 110001 0 11111 100101000 100100 110101

Color Harmonies of #AB5BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BB1

Black with #AB5BB1

Text Example


Text Example

White with #AB5BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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