Html Css Color HEX #A570AA Violet Blue

📋 copy color: '#A570AA'

red 165 ◦ green 112 ◦ blue 170

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

Shades of Violet Blue #A570AA

Tints of Violet Blue #A570AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 36.91%
G = 25.06%
B = 38.03%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A570AA (or 0xA570AA) is known color: Violet Blue. HEX triplet: A5, 70 and AA. RGB value is (165,112,170). Sum of RGB (Red+Green+Blue) = 165+112+170=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #A570AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570AA is #5A8F55. Grayscale: #868686. Windows color (decimal): -5934934 or 11169957. OLE color: 11169957.

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

Color convert

RGB 165 112 170 -
CMYK 0.03 0.34 0 0.33
HSL 294.83º 0.25% 0.55% -
HSV(B) 294.83º 0.34% 0.67% -
XYZ 28.57 22.49 40.87 -
YUV 134.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 165 112 170 0.03 0.34 0 0.33 294.83 0.25 0.55
Hex A5 70 AA 3 22 0 21 127 19 37
Octal 245 160 252 3 42 0 41 447 31 67
Binary 10100101 1110000 10101010 11 100010 0 100001 100100111 11001 110111

Color Harmonies of #A570AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570AA

Black with #A570AA

Text Example


Text Example

White with #A570AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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