Html Css Color HEX #AB55B1 Violet Blue

📋 copy color: '#AB55B1'

red 171 ◦ green 85 ◦ blue 177

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

Shades of Violet Blue #AB55B1

Tints of Violet Blue #AB55B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 39.49%
G = 19.63%
B = 40.88%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB55B1 (or 0xAB55B1) is known color: Violet Blue. HEX triplet: AB, 55 and B1. RGB value is (171,85,177). Sum of RGB (Red+Green+Blue) = 171+85+177=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB55B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55B1 is #54AA4E. Grayscale: #787878. Windows color (decimal): -5548623 or 11621803. OLE color: 11621803.

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

Color convert

RGB 171 85 177 -
CMYK 0.03 0.52 0 0.31
HSL 296.09º 0.37% 0.51% -
HSV(B) 296.09º 0.52% 0.69% -
XYZ 27.98 18.33 43.66 -
YUV 121.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 171 85 177 0.03 0.52 0 0.31 296.09 0.37 0.51
Hex AB 55 B1 3 34 0 1F 128 25 33
Octal 253 125 261 3 64 0 37 450 45 63
Binary 10101011 1010101 10110001 11 110100 0 11111 100101000 100101 110011

Color Harmonies of #AB55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55B1

Black with #AB55B1

Text Example


Text Example

White with #AB55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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