Html Css Color HEX #A524A1 Vivid Violet

📋 copy color: '#A524A1'

red 165 ◦ green 36 ◦ blue 161

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

Shades of Vivid Violet #A524A1

Tints of Vivid Violet #A524A1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 45.58%
G = 9.94%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A524A1 (or 0xA524A1) is known color: Vivid Violet. HEX triplet: A5, 24 and A1. RGB value is (165,36,161). Sum of RGB (Red+Green+Blue) = 165+36+161=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A524A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524A1 is #5ADB5E. Grayscale: #585858. Windows color (decimal): -5954399 or 10560677. OLE color: 10560677.

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

Color convert

RGB 165 36 161 -
CMYK 0 0.78 0.02 0.35
HSL 301.86º 0.64% 0.39% -
HSV(B) 301.86º 0.78% 0.65% -
XYZ 22.58 11.83 34.81 -
YUV 88.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 165 36 161 0 0.78 0.02 0.35 301.86 0.64 0.39
Hex A5 24 A1 0 4E 2 23 12E 40 27
Octal 245 44 241 0 116 2 43 456 100 47
Binary 10100101 100100 10100001 0 1001110 10 100011 100101110 1000000 100111

Color Harmonies of #A524A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524A1

Black with #A524A1

Text Example


Text Example

White with #A524A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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