Html Css Color HEX #A571AA Violet Blue

📋 copy color: '#A571AA'

red 165 ◦ green 113 ◦ blue 170

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

Shades of Violet Blue #A571AA

Tints of Violet Blue #A571AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 36.83%
G = 25.22%
B = 37.95%

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

#A571AA (or 0xA571AA) is known color: Violet Blue. HEX triplet: A5, 71 and AA. RGB value is (165,113,170). Sum of RGB (Red+Green+Blue) = 165+113+170=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A571AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571AA is #5A8E55. Grayscale: #868686. Windows color (decimal): -5934678 or 11170213. OLE color: 11170213.

HSL color Cylindrical-coordinate representation of color #A571AA: hue angle of 294.74º 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 #A571AA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 113 170 -
CMYK 0.03 0.34 0 0.33
HSL 294.74º 0.25% 0.55% -
HSV(B) 294.74º 0.34% 0.67% -
XYZ 28.68 22.71 40.9 -
YUV 135.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 165 113 170 0.03 0.34 0 0.33 294.74 0.25 0.55
Hex A5 71 AA 3 22 0 21 127 19 37
Octal 245 161 252 3 42 0 41 447 31 67
Binary 10100101 1110001 10101010 11 100010 0 100001 100100111 11001 110111

Color Harmonies of #A571AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571AA

Black with #A571AA

Text Example


Text Example

White with #A571AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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