Html Css Color HEX #A573AA Violet Blue

📋 copy color: '#A573AA'

red 165 ◦ green 115 ◦ blue 170

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

Shades of Violet Blue #A573AA

Tints of Violet Blue #A573AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 36.67%
G = 25.56%
B = 37.78%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A573AA (or 0xA573AA) is known color: Violet Blue. HEX triplet: A5, 73 and AA. RGB value is (165,115,170). Sum of RGB (Red+Green+Blue) = 165+115+170=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A573AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573AA is #5A8C55. Grayscale: #888888. Windows color (decimal): -5934166 or 11170725. OLE color: 11170725.

HSL color Cylindrical-coordinate representation of color #A573AA: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A573AA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 115 170 -
CMYK 0.03 0.32 0 0.33
HSL 294.55º 0.24% 0.56% -
HSV(B) 294.55º 0.32% 0.67% -
XYZ 28.9 23.16 40.98 -
YUV 136.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 165 115 170 0.03 0.32 0 0.33 294.55 0.24 0.56
Hex A5 73 AA 3 20 0 21 127 18 38
Octal 245 163 252 3 40 0 41 447 30 70
Binary 10100101 1110011 10101010 11 100000 0 100001 100100111 11000 111000

Color Harmonies of #A573AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573AA

Black with #A573AA

Text Example


Text Example

White with #A573AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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