Html Css Color HEX #A531A1 Vivid Violet

📋 copy color: '#A531A1'

red 165 ◦ green 49 ◦ blue 161

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

Shades of Vivid Violet #A531A1

Tints of Vivid Violet #A531A1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 44%
G = 13.07%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A531A1 (or 0xA531A1) is known color: Vivid Violet. HEX triplet: A5, 31 and A1. RGB value is (165,49,161). Sum of RGB (Red+Green+Blue) = 165+49+161=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A531A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A531A1 is #5ACE5E. Grayscale: #606060. Windows color (decimal): -5951071 or 10564005. OLE color: 10564005.

HSL color Cylindrical-coordinate representation of color #A531A1: hue angle of 302.07º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A531A1 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 161 -
CMYK 0 0.70 0.02 0.35
HSL 302.07º 0.54% 0.42% -
HSV(B) 302.07º 0.7% 0.65% -
XYZ 23.05 12.77 34.97 -
YUV 96.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 165 49 161 0 0.70 0.02 0.35 302.07 0.54 0.42
Hex A5 31 A1 0 46 2 23 12E 36 2A
Octal 245 61 241 0 106 2 43 456 66 52
Binary 10100101 110001 10100001 0 1000110 10 100011 100101110 110110 101010

Color Harmonies of #A531A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A531A1

Black with #A531A1

Text Example


Text Example

White with #A531A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A531A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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