Html Css Color HEX #A423A1 Vivid Violet

📋 copy color: '#A423A1'

red 164 ◦ green 35 ◦ blue 161

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

Shades of Vivid Violet #A423A1

Tints of Vivid Violet #A423A1

RGB

 RED value IS 164 (64.45% from 255) = 45.56%

 GREEN value IS 35 (14.06% from 255) = 9.72%

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

R = 45.56%
G = 9.72%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A423A1 (or 0xA423A1) is known color: Vivid Violet. HEX triplet: A4, 23 and A1. RGB value is (164,35,161). Sum of RGB (Red+Green+Blue) = 164+35+161=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A423A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A423A1 is #5BDC5E. Grayscale: #575757. Windows color (decimal): -6020191 or 10560420. OLE color: 10560420.

HSL color Cylindrical-coordinate representation of color #A423A1: hue angle of 301.4º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A423A1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 35 161 -
CMYK 0 0.79 0.02 0.36
HSL 301.4º 0.65% 0.39% -
HSV(B) 301.4º 0.79% 0.64% -
XYZ 22.34 11.67 34.79 -
YUV 87.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 164 35 161 0 0.79 0.02 0.36 301.4 0.65 0.39
Hex A4 23 A1 0 4F 2 24 12D 41 27
Octal 244 43 241 0 117 2 44 455 101 47
Binary 10100100 100011 10100001 0 1001111 10 100100 100101101 1000001 100111

Color Harmonies of #A423A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423A1

Black with #A423A1

Text Example


Text Example

White with #A423A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423A1; }

 p { color: rgb(164,35,161); }

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

background-color css

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

 a { background-color: rgb(164,35,161); }

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

border-color css

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

 span { border-color: rgb(164,35,161); }

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