Html Css Color HEX #A328A1 Vivid Violet

📋 copy color: '#A328A1'

red 163 ◦ green 40 ◦ blue 161

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

Shades of Vivid Violet #A328A1

Tints of Vivid Violet #A328A1

RGB

 RED value IS 163 (64.06% from 255) = 44.78%

 GREEN value IS 40 (16.02% from 255) = 10.99%

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

R = 44.78%
G = 10.99%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A328A1 (or 0xA328A1) is known color: Vivid Violet. HEX triplet: A3, 28 and A1. RGB value is (163,40,161). Sum of RGB (Red+Green+Blue) = 163+40+161=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A328A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328A1 is #5CD75E. Grayscale: #5A5A5A. Windows color (decimal): -6084447 or 10561699. OLE color: 10561699.

HSL color Cylindrical-coordinate representation of color #A328A1: hue angle of 300.98º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A328A1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 40 161 -
CMYK 0 0.75 0.01 0.36
HSL 300.98º 0.61% 0.4% -
HSV(B) 300.98º 0.75% 0.64% -
XYZ 22.3 11.88 34.84 -
YUV 90.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 163 40 161 0 0.75 0.01 0.36 300.98 0.61 0.4
Hex A3 28 A1 0 4B 1 24 12D 3D 28
Octal 243 50 241 0 113 1 44 455 75 50
Binary 10100011 101000 10100001 0 1001011 1 100100 100101101 111101 101000

Color Harmonies of #A328A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328A1

Black with #A328A1

Text Example


Text Example

White with #A328A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328A1; }

 p { color: rgb(163,40,161); }

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

background-color css

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

 a { background-color: rgb(163,40,161); }

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

border-color css

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

 span { border-color: rgb(163,40,161); }

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