Html Css Color HEX #A12EA4 Vivid Violet

📋 copy color: '#A12EA4'

red 161 ◦ green 46 ◦ blue 164

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

Shades of Vivid Violet #A12EA4

Tints of Vivid Violet #A12EA4

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

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

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

Color convert

RGB 161 46 164 -
CMYK 0.02 0.72 0 0.36
HSL 298.47º 0.56% 0.41% -
HSV(B) 298.47º 0.72% 0.64% -
XYZ 22.38 12.21 36.3 -
YUV 93.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 161 46 164 0.02 0.72 0 0.36 298.47 0.56 0.41
Hex A1 2E A4 2 48 0 24 12A 38 29
Octal 241 56 244 2 110 0 44 452 70 51
Binary 10100001 101110 10100100 10 1001000 0 100100 100101010 111000 101001

Color Harmonies of #A12EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EA4

Black with #A12EA4

Text Example


Text Example

White with #A12EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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