Html Css Color HEX #A524A0 Vivid Violet

📋 copy color: '#A524A0'

red 165 ◦ green 36 ◦ blue 160

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

Shades of Vivid Violet #A524A0

Tints of Vivid Violet #A524A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 45.71%
G = 9.97%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A524A0 (or 0xA524A0) is known color: Vivid Violet. HEX triplet: A5, 24 and A0. RGB value is (165,36,160). Sum of RGB (Red+Green+Blue) = 165+36+160=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A524A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524A0 is #5ADB5F. Grayscale: #585858. Windows color (decimal): -5954400 or 10495141. OLE color: 10495141.

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

Color convert

RGB 165 36 160 -
CMYK 0 0.78 0.03 0.35
HSL 302.33º 0.64% 0.39% -
HSV(B) 302.33º 0.78% 0.65% -
XYZ 22.49 11.8 34.35 -
YUV 88.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 165 36 160 0 0.78 0.03 0.35 302.33 0.64 0.39
Hex A5 24 A0 0 4E 3 23 12E 40 27
Octal 245 44 240 0 116 3 43 456 100 47
Binary 10100101 100100 10100000 0 1001110 11 100011 100101110 1000000 100111

Color Harmonies of #A524A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524A0

Black with #A524A0

Text Example


Text Example

White with #A524A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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