Html Css Color HEX #A42EA6 Vivid Violet

📋 copy color: '#A42EA6'

red 164 ◦ green 46 ◦ blue 166

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

Shades of Vivid Violet #A42EA6

Tints of Vivid Violet #A42EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 43.62%
G = 12.23%
B = 44.15%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A42EA6 (or 0xA42EA6) is known color: Vivid Violet. HEX triplet: A4, 2E and A6. RGB value is (164,46,166). Sum of RGB (Red+Green+Blue) = 164+46+166=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #A42EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EA6 is #5BD159. Grayscale: #5E5E5E. Windows color (decimal): -6017370 or 10890916. OLE color: 10890916.

HSL color Cylindrical-coordinate representation of color #A42EA6: hue angle of 299º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42EA6 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 46 166 -
CMYK 0.01 0.72 0 0.35
HSL 299º 0.57% 0.42% -
HSV(B) 299º 0.72% 0.65% -
XYZ 23.17 12.6 37.29 -
YUV 94.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 164 46 166 0.01 0.72 0 0.35 299 0.57 0.42
Hex A4 2E A6 1 48 0 23 12B 39 2A
Octal 244 56 246 1 110 0 43 453 71 52
Binary 10100100 101110 10100110 1 1001000 0 100011 100101011 111001 101010

Color Harmonies of #A42EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EA6

Black with #A42EA6

Text Example


Text Example

White with #A42EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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