Html Css Color HEX #AB5DB0 Violet Blue

📋 copy color: '#AB5DB0'

red 171 ◦ green 93 ◦ blue 176

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

Shades of Violet Blue #AB5DB0

Tints of Violet Blue #AB5DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

 BLUE value IS 176 (69.14% from 255) = 40%

R = 38.86%
G = 21.14%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB5DB0 (or 0xAB5DB0) is known color: Violet Blue. HEX triplet: AB, 5D and B0. RGB value is (171,93,176). Sum of RGB (Red+Green+Blue) = 171+93+176=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB5DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5DB0 is #54A24F. Grayscale: #7D7D7D. Windows color (decimal): -5546576 or 11558315. OLE color: 11558315.

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

Color convert

RGB 171 93 176 -
CMYK 0.03 0.47 0 0.31
HSL 296.39º 0.34% 0.53% -
HSV(B) 296.39º 0.47% 0.69% -
XYZ 28.55 19.62 43.36 -
YUV 125.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 171 93 176 0.03 0.47 0 0.31 296.39 0.34 0.53
Hex AB 5D B0 3 2F 0 1F 128 22 35
Octal 253 135 260 3 57 0 37 450 42 65
Binary 10101011 1011101 10110000 11 101111 0 11111 100101000 100010 110101

Color Harmonies of #AB5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DB0

Black with #AB5DB0

Text Example


Text Example

White with #AB5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DB0; }

 p { color: rgb(171,93,176); }

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

background-color css

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

 a { background-color: rgb(171,93,176); }

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

border-color css

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

 span { border-color: rgb(171,93,176); }

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