Html Css Color HEX #AB4DAD Violet Blue

📋 copy color: '#AB4DAD'

red 171 ◦ green 77 ◦ blue 173

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

Shades of Violet Blue #AB4DAD

Tints of Violet Blue #AB4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 40.62%
G = 18.29%
B = 41.09%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB4DAD (or 0xAB4DAD) is known color: Violet Blue. HEX triplet: AB, 4D and AD. RGB value is (171,77,173). Sum of RGB (Red+Green+Blue) = 171+77+173=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB4DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DAD is #54B252. Grayscale: #737373. Windows color (decimal): -5550675 or 11357611. OLE color: 11357611.

HSL color Cylindrical-coordinate representation of color #AB4DAD: hue angle of 298.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4DAD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 77 173 -
CMYK 0.01 0.55 0 0.32
HSL 298.75º 0.38% 0.49% -
HSV(B) 298.75º 0.55% 0.68% -
XYZ 26.99 16.98 41.39 -
YUV 116.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 171 77 173 0.01 0.55 0 0.32 298.75 0.38 0.49
Hex AB 4D AD 1 37 0 20 12B 26 31
Octal 253 115 255 1 67 0 40 453 46 61
Binary 10101011 1001101 10101101 1 110111 0 100000 100101011 100110 110001

Color Harmonies of #AB4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DAD

Black with #AB4DAD

Text Example


Text Example

White with #AB4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DAD; }

 p { color: rgb(171,77,173); }

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

background-color css

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

 a { background-color: rgb(171,77,173); }

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

border-color css

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

 span { border-color: rgb(171,77,173); }

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