Html Css Color HEX #A573AD Violet Blue

📋 copy color: '#A573AD'

red 165 ◦ green 115 ◦ blue 173

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

Shades of Violet Blue #A573AD

Tints of Violet Blue #A573AD

RGB

 RED value IS 165 (64.84% from 255) = 36.42%

 GREEN value IS 115 (45.31% from 255) = 25.39%

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

R = 36.42%
G = 25.39%
B = 38.19%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A573AD (or 0xA573AD) is known color: Violet Blue. HEX triplet: A5, 73 and AD. RGB value is (165,115,173). Sum of RGB (Red+Green+Blue) = 165+115+173=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A573AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573AD is #5A8C52. Grayscale: #888888. Windows color (decimal): -5934163 or 11367333. OLE color: 11367333.

HSL color Cylindrical-coordinate representation of color #A573AD: hue angle of 291.72º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A573AD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 115 173 -
CMYK 0.05 0.34 0 0.32
HSL 291.72º 0.26% 0.56% -
HSV(B) 291.72º 0.34% 0.68% -
XYZ 29.19 23.28 42.49 -
YUV 136.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 165 115 173 0.05 0.34 0 0.32 291.72 0.26 0.56
Hex A5 73 AD 5 22 0 20 124 1A 38
Octal 245 163 255 5 42 0 40 444 32 70
Binary 10100101 1110011 10101101 101 100010 0 100000 100100100 11010 111000

Color Harmonies of #A573AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573AD

Black with #A573AD

Text Example


Text Example

White with #A573AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573AD; }

 p { color: rgb(165,115,173); }

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

background-color css

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

 a { background-color: rgb(165,115,173); }

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

border-color css

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

 span { border-color: rgb(165,115,173); }

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