Html Css Color HEX #A524A4 Vivid Violet

📋 copy color: '#A524A4'

red 165 ◦ green 36 ◦ blue 164

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

Shades of Vivid Violet #A524A4

Tints of Vivid Violet #A524A4

RGB

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

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

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

R = 45.21%
G = 9.86%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A524A4 (or 0xA524A4) is known color: Vivid Violet. HEX triplet: A5, 24 and A4. RGB value is (165,36,164). Sum of RGB (Red+Green+Blue) = 165+36+164=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A524A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A524A4 is #5ADB5B. Grayscale: #585858. Windows color (decimal): -5954396 or 10757285. OLE color: 10757285.

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

Color convert

RGB 165 36 164 -
CMYK 0 0.78 0.01 0.35
HSL 300.47º 0.64% 0.39% -
HSV(B) 300.47º 0.78% 0.65% -
XYZ 22.85 11.94 36.22 -
YUV 89.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 165 36 164 0 0.78 0.01 0.35 300.47 0.64 0.39
Hex A5 24 A4 0 4E 1 23 12C 40 27
Octal 245 44 244 0 116 1 43 454 100 47
Binary 10100101 100100 10100100 0 1001110 1 100011 100101100 1000000 100111

Color Harmonies of #A524A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524A4

Black with #A524A4

Text Example


Text Example

White with #A524A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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