Html Css Color HEX #AB6DB5 Violet Blue

📋 copy color: '#AB6DB5'

red 171 ◦ green 109 ◦ blue 181

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

Shades of Violet Blue #AB6DB5

Tints of Violet Blue #AB6DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.64%

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

R = 37.09%
G = 23.64%
B = 39.26%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB6DB5 (or 0xAB6DB5) is known color: Violet Blue. HEX triplet: AB, 6D and B5. RGB value is (171,109,181). Sum of RGB (Red+Green+Blue) = 171+109+181=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB6DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DB5 is #54924A. Grayscale: #878787. Windows color (decimal): -5542475 or 11890091. OLE color: 11890091.

HSL color Cylindrical-coordinate representation of color #AB6DB5: hue angle of 291.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6DB5 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 109 181 -
CMYK 0.06 0.40 0 0.29
HSL 291.67º 0.33% 0.57% -
HSV(B) 291.67º 0.4% 0.71% -
XYZ 30.6 22.93 46.53 -
YUV 135.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 171 109 181 0.06 0.40 0 0.29 291.67 0.33 0.57
Hex AB 6D B5 6 28 0 1D 124 21 39
Octal 253 155 265 6 50 0 35 444 41 71
Binary 10101011 1101101 10110101 110 101000 0 11101 100100100 100001 111001

Color Harmonies of #AB6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DB5

Black with #AB6DB5

Text Example


Text Example

White with #AB6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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