Html Css Color HEX #A532A2 Vivid Violet

📋 copy color: '#A532A2'

red 165 ◦ green 50 ◦ blue 162

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

Shades of Vivid Violet #A532A2

Tints of Vivid Violet #A532A2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 43.77%
G = 13.26%
B = 42.97%

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

#A532A2 (or 0xA532A2) is known color: Vivid Violet. HEX triplet: A5, 32 and A2. RGB value is (165,50,162). Sum of RGB (Red+Green+Blue) = 165+50+162=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A532A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A532A2 is #5ACD5D. Grayscale: #606060. Windows color (decimal): -5950814 or 10629797. OLE color: 10629797.

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

Color convert

RGB 165 50 162 -
CMYK 0 0.70 0.02 0.35
HSL 301.57º 0.53% 0.42% -
HSV(B) 301.57º 0.7% 0.65% -
XYZ 23.18 12.89 35.45 -
YUV 97.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 165 50 162 0 0.70 0.02 0.35 301.57 0.53 0.42
Hex A5 32 A2 0 46 2 23 12E 35 2A
Octal 245 62 242 0 106 2 43 456 65 52
Binary 10100101 110010 10100010 0 1000110 10 100011 100101110 110101 101010

Color Harmonies of #A532A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A532A2

Black with #A532A2

Text Example


Text Example

White with #A532A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A532A2; }

 p { color: rgb(165,50,162); }

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

background-color css

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

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

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

border-color css

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

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

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