Html Css Color HEX #A42E9E Vivid Violet

📋 copy color: '#A42E9E'

red 164 ◦ green 46 ◦ blue 158

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

Shades of Vivid Violet #A42E9E

Tints of Vivid Violet #A42E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 44.57%
G = 12.5%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A42E9E (or 0xA42E9E) is known color: Vivid Violet. HEX triplet: A4, 2E and 9E. RGB value is (164,46,158). Sum of RGB (Red+Green+Blue) = 164+46+158=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E9E is #5BD161. Grayscale: #5D5D5D. Windows color (decimal): -6017378 or 10366628. OLE color: 10366628.

HSL color Cylindrical-coordinate representation of color #A42E9E: hue angle of 303.05º 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 #A42E9E is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 46 158 -
CMYK 0 0.72 0.04 0.36
HSL 303.05º 0.56% 0.41% -
HSV(B) 303.05º 0.72% 0.64% -
XYZ 22.46 12.32 33.54 -
YUV 94.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 164 46 158 0 0.72 0.04 0.36 303.05 0.56 0.41
Hex A4 2E 9E 0 48 4 24 12F 38 29
Octal 244 56 236 0 110 4 44 457 70 51
Binary 10100100 101110 10011110 0 1001000 100 100100 100101111 111000 101001

Color Harmonies of #A42E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E9E

Black with #A42E9E

Text Example


Text Example

White with #A42E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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