Html Css Color HEX #A1299D Vivid Violet

📋 copy color: '#A1299D'

red 161 ◦ green 41 ◦ blue 157

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

Shades of Vivid Violet #A1299D

Tints of Vivid Violet #A1299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 44.85%
G = 11.42%
B = 43.73%

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

#A1299D (or 0xA1299D) is known color: Vivid Violet. HEX triplet: A1, 29 and 9D. RGB value is (161,41,157). Sum of RGB (Red+Green+Blue) = 161+41+157=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1299D is #5ED662. Grayscale: #595959. Windows color (decimal): -6215267 or 10299809. OLE color: 10299809.

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

Color convert

RGB 161 41 157 -
CMYK 0 0.75 0.02 0.37
HSL 302º 0.59% 0.4% -
HSV(B) 302º 0.75% 0.63% -
XYZ 21.58 11.6 33 -
YUV 90.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 161 41 157 0 0.75 0.02 0.37 302 0.59 0.4
Hex A1 29 9D 0 4B 2 25 12E 3B 28
Octal 241 51 235 0 113 2 45 456 73 50
Binary 10100001 101001 10011101 0 1001011 10 100101 100101110 111011 101000

Color Harmonies of #A1299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1299D

Black with #A1299D

Text Example


Text Example

White with #A1299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1299D; }

 p { color: rgb(161,41,157); }

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

background-color css

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

 a { background-color: rgb(161,41,157); }

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

border-color css

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

 span { border-color: rgb(161,41,157); }

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