Html Css Color HEX #A12CA4 Vivid Violet

📋 copy color: '#A12CA4'

red 161 ◦ green 44 ◦ blue 164

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

Shades of Vivid Violet #A12CA4

Tints of Vivid Violet #A12CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

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

R = 43.63%
G = 11.92%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A12CA4 (or 0xA12CA4) is known color: Vivid Violet. HEX triplet: A1, 2C and A4. RGB value is (161,44,164). Sum of RGB (Red+Green+Blue) = 161+44+164=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #A12CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12CA4 is #5ED35B. Grayscale: #5C5C5C. Windows color (decimal): -6214492 or 10759329. OLE color: 10759329.

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

Color convert

RGB 161 44 164 -
CMYK 0.02 0.73 0 0.36
HSL 298.5º 0.58% 0.41% -
HSV(B) 298.5º 0.73% 0.64% -
XYZ 22.3 12.06 36.27 -
YUV 92.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 161 44 164 0.02 0.73 0 0.36 298.5 0.58 0.41
Hex A1 2C A4 2 49 0 24 12A 3A 29
Octal 241 54 244 2 111 0 44 452 72 51
Binary 10100001 101100 10100100 10 1001001 0 100100 100101010 111010 101001

Color Harmonies of #A12CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CA4

Black with #A12CA4

Text Example


Text Example

White with #A12CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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