Html Css Color HEX #A953AD Violet Blue

📋 copy color: '#A953AD'

red 169 ◦ green 83 ◦ blue 173

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

Shades of Violet Blue #A953AD

Tints of Violet Blue #A953AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

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

R = 39.76%
G = 19.53%
B = 40.71%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A953AD (or 0xA953AD) is known color: Violet Blue. HEX triplet: A9, 53 and AD. RGB value is (169,83,173). Sum of RGB (Red+Green+Blue) = 169+83+173=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A953AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A953AD is #56AC52. Grayscale: #767676. Windows color (decimal): -5680211 or 11359145. OLE color: 11359145.

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

Color convert

RGB 169 83 173 -
CMYK 0.02 0.52 0 0.32
HSL 297.33º 0.35% 0.5% -
HSV(B) 297.33º 0.52% 0.68% -
XYZ 27 17.64 41.52 -
YUV 118.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 169 83 173 0.02 0.52 0 0.32 297.33 0.35 0.5
Hex A9 53 AD 2 34 0 20 129 23 32
Octal 251 123 255 2 64 0 40 451 43 62
Binary 10101001 1010011 10101101 10 110100 0 100000 100101001 100011 110010

Color Harmonies of #A953AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953AD

Black with #A953AD

Text Example


Text Example

White with #A953AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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