Html Css Color HEX #A42EA1 Vivid Violet

📋 copy color: '#A42EA1'

red 164 ◦ green 46 ◦ blue 161

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

Shades of Vivid Violet #A42EA1

Tints of Vivid Violet #A42EA1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

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

R = 44.2%
G = 12.4%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A42EA1 (or 0xA42EA1) is known color: Vivid Violet. HEX triplet: A4, 2E and A1. RGB value is (164,46,161). Sum of RGB (Red+Green+Blue) = 164+46+161=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A42EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EA1 is #5BD15E. Grayscale: #5E5E5E. Windows color (decimal): -6017375 or 10563236. OLE color: 10563236.

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

Color convert

RGB 164 46 161 -
CMYK 0 0.72 0.02 0.36
HSL 301.53º 0.56% 0.41% -
HSV(B) 301.53º 0.72% 0.64% -
XYZ 22.72 12.42 34.92 -
YUV 94.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 164 46 161 0 0.72 0.02 0.36 301.53 0.56 0.41
Hex A4 2E A1 0 48 2 24 12E 38 29
Octal 244 56 241 0 110 2 44 456 70 51
Binary 10100100 101110 10100001 0 1001000 10 100100 100101110 111000 101001

Color Harmonies of #A42EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EA1

Black with #A42EA1

Text Example


Text Example

White with #A42EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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