Html Css Color HEX #AB5BB5 Violet Blue

📋 copy color: '#AB5BB5'

red 171 ◦ green 91 ◦ blue 181

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

Shades of Violet Blue #AB5BB5

Tints of Violet Blue #AB5BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 38.6%
G = 20.54%
B = 40.86%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB5BB5 (or 0xAB5BB5) is known color: Violet Blue. HEX triplet: AB, 5B and B5. RGB value is (171,91,181). Sum of RGB (Red+Green+Blue) = 171+91+181=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB5BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BB5 is #54A44A. Grayscale: #7C7C7C. Windows color (decimal): -5547083 or 11885483. OLE color: 11885483.

HSL color Cylindrical-coordinate representation of color #AB5BB5: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5BB5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 91 181 -
CMYK 0.06 0.50 0 0.29
HSL 293.33º 0.38% 0.53% -
HSV(B) 293.33º 0.5% 0.71% -
XYZ 28.88 19.48 45.95 -
YUV 125.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 171 91 181 0.06 0.50 0 0.29 293.33 0.38 0.53
Hex AB 5B B5 6 32 0 1D 125 26 35
Octal 253 133 265 6 62 0 35 445 46 65
Binary 10101011 1011011 10110101 110 110010 0 11101 100100101 100110 110101

Color Harmonies of #AB5BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BB5

Black with #AB5BB5

Text Example


Text Example

White with #AB5BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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