Html Css Color HEX #A531A5 Vivid Violet

📋 copy color: '#A531A5'

red 165 ◦ green 49 ◦ blue 165

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

Shades of Vivid Violet #A531A5

Tints of Vivid Violet #A531A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 43.54%
G = 12.93%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A531A5 (or 0xA531A5) is known color: Vivid Violet. HEX triplet: A5, 31 and A5. RGB value is (165,49,165). Sum of RGB (Red+Green+Blue) = 165+49+165=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A531A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A531A5 is #5ACE5A. Grayscale: #606060. Windows color (decimal): -5951067 or 10826149. OLE color: 10826149.

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

Color convert

RGB 165 49 165 -
CMYK 0 0.70 0 0.35
HSL 300º 0.54% 0.42% -
HSV(B) 300º 0.7% 0.65% -
XYZ 23.41 12.91 36.86 -
YUV 96.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 165 49 165 0 0.70 0 0.35 300 0.54 0.42
Hex A5 31 A5 0 46 0 23 12C 36 2A
Octal 245 61 245 0 106 0 43 454 66 52
Binary 10100101 110001 10100101 0 1000110 0 100011 100101100 110110 101010

Color Harmonies of #A531A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A531A5

Black with #A531A5

Text Example


Text Example

White with #A531A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A531A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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