Html Css Color HEX #A1289E Vivid Violet

📋 copy color: '#A1289E'

red 161 ◦ green 40 ◦ blue 158

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

Shades of Vivid Violet #A1289E

Tints of Vivid Violet #A1289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.14%

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

R = 44.85%
G = 11.14%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1289E (or 0xA1289E) is known color: Vivid Violet. HEX triplet: A1, 28 and 9E. RGB value is (161,40,158). Sum of RGB (Red+Green+Blue) = 161+40+158=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1289E is #5ED761. Grayscale: #595959. Windows color (decimal): -6215522 or 10365089. OLE color: 10365089.

HSL color Cylindrical-coordinate representation of color #A1289E: hue angle of 301.49º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1289E is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 158 -
CMYK 0 0.75 0.02 0.37
HSL 301.49º 0.6% 0.39% -
HSV(B) 301.49º 0.75% 0.63% -
XYZ 21.63 11.56 33.44 -
YUV 89.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 161 40 158 0 0.75 0.02 0.37 301.49 0.6 0.39
Hex A1 28 9E 0 4B 2 25 12D 3C 27
Octal 241 50 236 0 113 2 45 455 74 47
Binary 10100001 101000 10011110 0 1001011 10 100101 100101101 111100 100111

Color Harmonies of #A1289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1289E

Black with #A1289E

Text Example


Text Example

White with #A1289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1289E; }

 p { color: rgb(161,40,158); }

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

background-color css

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

 a { background-color: rgb(161,40,158); }

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

border-color css

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

 span { border-color: rgb(161,40,158); }

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