Html Css Color HEX #AB54AD Violet Blue

📋 copy color: '#AB54AD'

red 171 ◦ green 84 ◦ blue 173

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

Shades of Violet Blue #AB54AD

Tints of Violet Blue #AB54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

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

R = 39.95%
G = 19.63%
B = 40.42%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB54AD (or 0xAB54AD) is known color: Violet Blue. HEX triplet: AB, 54 and AD. RGB value is (171,84,173). Sum of RGB (Red+Green+Blue) = 171+84+173=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54AD is #54AB52. Grayscale: #777777. Windows color (decimal): -5548883 or 11359403. OLE color: 11359403.

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

Color convert

RGB 171 84 173 -
CMYK 0.01 0.51 0 0.32
HSL 298.65º 0.35% 0.5% -
HSV(B) 298.65º 0.51% 0.68% -
XYZ 27.51 18.02 41.56 -
YUV 120.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 171 84 173 0.01 0.51 0 0.32 298.65 0.35 0.5
Hex AB 54 AD 1 33 0 20 12B 23 32
Octal 253 124 255 1 63 0 40 453 43 62
Binary 10101011 1010100 10101101 1 110011 0 100000 100101011 100011 110010

Color Harmonies of #AB54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54AD

Black with #AB54AD

Text Example


Text Example

White with #AB54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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