Html Css Color HEX #A971A4 Violet Blue

📋 copy color: '#A971A4'

red 169 ◦ green 113 ◦ blue 164

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

Shades of Violet Blue #A971A4

Tints of Violet Blue #A971A4

RGB

 RED value IS 169 (66.41% from 255) = 37.89%

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

 BLUE value IS 164 (64.45% from 255) = 36.77%

R = 37.89%
G = 25.34%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A971A4 (or 0xA971A4) is known color: Violet Blue. HEX triplet: A9, 71 and A4. RGB value is (169,113,164). Sum of RGB (Red+Green+Blue) = 169+113+164=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A971A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A971A4 is #568E5B. Grayscale: #878787. Windows color (decimal): -5672540 or 10777001. OLE color: 10777001.

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

Color convert

RGB 169 113 164 -
CMYK 0 0.33 0.03 0.34
HSL 305.36º 0.25% 0.55% -
HSV(B) 305.36º 0.33% 0.66% -
XYZ 28.97 22.93 38.02 -
YUV 135.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 169 113 164 0 0.33 0.03 0.34 305.36 0.25 0.55
Hex A9 71 A4 0 21 3 22 131 19 37
Octal 251 161 244 0 41 3 42 461 31 67
Binary 10101001 1110001 10100100 0 100001 11 100010 100110001 11001 110111

Color Harmonies of #A971A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971A4

Black with #A971A4

Text Example


Text Example

White with #A971A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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