Html Css Color HEX #A42EA4 Vivid Violet

📋 copy color: '#A42EA4'

red 164 ◦ green 46 ◦ blue 164

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

Shades of Vivid Violet #A42EA4

Tints of Vivid Violet #A42EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 43.85%
G = 12.3%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A42EA4 (or 0xA42EA4) is known color: Vivid Violet. HEX triplet: A4, 2E and A4. RGB value is (164,46,164). Sum of RGB (Red+Green+Blue) = 164+46+164=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A42EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EA4 is #5BD15B. Grayscale: #5E5E5E. Windows color (decimal): -6017372 or 10759844. OLE color: 10759844.

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

Color convert

RGB 164 46 164 -
CMYK 0 0.72 0 0.36
HSL 300º 0.56% 0.41% -
HSV(B) 300º 0.72% 0.64% -
XYZ 22.99 12.53 36.33 -
YUV 94.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 164 46 164 0 0.72 0 0.36 300 0.56 0.41
Hex A4 2E A4 0 48 0 24 12C 38 29
Octal 244 56 244 0 110 0 44 454 70 51
Binary 10100100 101110 10100100 0 1001000 0 100100 100101100 111000 101001

Color Harmonies of #A42EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EA4

Black with #A42EA4

Text Example


Text Example

White with #A42EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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