Html Css Color HEX #A471AA Violet Blue

📋 copy color: '#A471AA'

red 164 ◦ green 113 ◦ blue 170

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

Shades of Violet Blue #A471AA

Tints of Violet Blue #A471AA

RGB

 RED value IS 164 (64.45% from 255) = 36.69%

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

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

R = 36.69%
G = 25.28%
B = 38.03%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A471AA (or 0xA471AA) is known color: Violet Blue. HEX triplet: A4, 71 and AA. RGB value is (164,113,170). Sum of RGB (Red+Green+Blue) = 164+113+170=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 113 (44.53% from 255 or 25.28% 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 #A471AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A471AA is #5B8E55. Grayscale: #868686. Windows color (decimal): -6000214 or 11170212. OLE color: 11170212.

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

Color convert

RGB 164 113 170 -
CMYK 0.04 0.34 0 0.33
HSL 293.68º 0.25% 0.55% -
HSV(B) 293.68º 0.34% 0.67% -
XYZ 28.47 22.61 40.89 -
YUV 134.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 164 113 170 0.04 0.34 0 0.33 293.68 0.25 0.55
Hex A4 71 AA 4 22 0 21 126 19 37
Octal 244 161 252 4 42 0 41 446 31 67
Binary 10100100 1110001 10101010 100 100010 0 100001 100100110 11001 110111

Color Harmonies of #A471AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471AA

Black with #A471AA

Text Example


Text Example

White with #A471AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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