Html Css Color HEX #AB5BA7 Violet Blue

📋 copy color: '#AB5BA7'

red 171 ◦ green 91 ◦ blue 167

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

Shades of Violet Blue #AB5BA7

Tints of Violet Blue #AB5BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.93%

R = 39.86%
G = 21.21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB5BA7 (or 0xAB5BA7) is known color: Violet Blue. HEX triplet: AB, 5B and A7. RGB value is (171,91,167). Sum of RGB (Red+Green+Blue) = 171+91+167=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5BA7 is #54A458. Grayscale: #7B7B7B. Windows color (decimal): -5547097 or 10967979. OLE color: 10967979.

HSL color Cylindrical-coordinate representation of color #AB5BA7: hue angle of 303º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5BA7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 91 167 -
CMYK 0 0.47 0.02 0.33
HSL 303º 0.32% 0.51% -
HSV(B) 303º 0.47% 0.67% -
XYZ 27.51 18.93 38.76 -
YUV 123.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 171 91 167 0 0.47 0.02 0.33 303 0.32 0.51
Hex AB 5B A7 0 2F 2 21 12F 20 33
Octal 253 133 247 0 57 2 41 457 40 63
Binary 10101011 1011011 10100111 0 101111 10 100001 100101111 100000 110011

Color Harmonies of #AB5BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BA7

Black with #AB5BA7

Text Example


Text Example

White with #AB5BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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