Html Css Color HEX #A951AD Violet Blue

📋 copy color: '#A951AD'

red 169 ◦ green 81 ◦ blue 173

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

Shades of Violet Blue #A951AD

Tints of Violet Blue #A951AD

RGB

 RED value IS 169 (66.41% from 255) = 39.95%

 GREEN value IS 81 (32.03% from 255) = 19.15%

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

R = 39.95%
G = 19.15%
B = 40.9%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A951AD (or 0xA951AD) is known color: Violet Blue. HEX triplet: A9, 51 and AD. RGB value is (169,81,173). Sum of RGB (Red+Green+Blue) = 169+81+173=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #A951AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A951AD is #56AE52. Grayscale: #757575. Windows color (decimal): -5680723 or 11358633. OLE color: 11358633.

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

Color convert

RGB 169 81 173 -
CMYK 0.02 0.53 0 0.32
HSL 297.39º 0.36% 0.5% -
HSV(B) 297.39º 0.53% 0.68% -
XYZ 26.85 17.34 41.47 -
YUV 117.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 169 81 173 0.02 0.53 0 0.32 297.39 0.36 0.5
Hex A9 51 AD 2 35 0 20 129 24 32
Octal 251 121 255 2 65 0 40 451 44 62
Binary 10101001 1010001 10101101 10 110101 0 100000 100101001 100100 110010

Color Harmonies of #A951AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951AD

Black with #A951AD

Text Example


Text Example

White with #A951AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951AD; }

 p { color: rgb(169,81,173); }

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

background-color css

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

 a { background-color: rgb(169,81,173); }

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

border-color css

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

 span { border-color: rgb(169,81,173); }

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