Html Css Color HEX #A529A1 Vivid Violet

📋 copy color: '#A529A1'

red 165 ◦ green 41 ◦ blue 161

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

Shades of Vivid Violet #A529A1

Tints of Vivid Violet #A529A1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

 BLUE value IS 161 (63.28% from 255) = 43.87%

R = 44.96%
G = 11.17%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A529A1 (or 0xA529A1) is known color: Vivid Violet. HEX triplet: A5, 29 and A1. RGB value is (165,41,161). Sum of RGB (Red+Green+Blue) = 165+41+161=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A529A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529A1 is #5AD65E. Grayscale: #5B5B5B. Windows color (decimal): -5953119 or 10561957. OLE color: 10561957.

HSL color Cylindrical-coordinate representation of color #A529A1: hue angle of 301.94º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A529A1 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 41 161 -
CMYK 0 0.75 0.02 0.35
HSL 301.94º 0.6% 0.4% -
HSV(B) 301.94º 0.75% 0.65% -
XYZ 22.74 12.16 34.87 -
YUV 91.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 165 41 161 0 0.75 0.02 0.35 301.94 0.6 0.4
Hex A5 29 A1 0 4B 2 23 12E 3C 28
Octal 245 51 241 0 113 2 43 456 74 50
Binary 10100101 101001 10100001 0 1001011 10 100011 100101110 111100 101000

Color Harmonies of #A529A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529A1

Black with #A529A1

Text Example


Text Example

White with #A529A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529A1; }

 p { color: rgb(165,41,161); }

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

background-color css

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

 a { background-color: rgb(165,41,161); }

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

border-color css

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

 span { border-color: rgb(165,41,161); }

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