Html Css Color HEX #A1299B Vivid Violet

📋 copy color: '#A1299B'

red 161 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #A1299B

Tints of Vivid Violet #A1299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 45.1%
G = 11.48%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1299B (or 0xA1299B) is known color: Vivid Violet. HEX triplet: A1, 29 and 9B. RGB value is (161,41,155). Sum of RGB (Red+Green+Blue) = 161+41+155=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1299B is #5ED664. Grayscale: #595959. Windows color (decimal): -6215269 or 10168737. OLE color: 10168737.

HSL color Cylindrical-coordinate representation of color #A1299B: hue angle of 303º 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 #A1299B is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 155 -
CMYK 0 0.75 0.04 0.37
HSL 303º 0.59% 0.4% -
HSV(B) 303º 0.75% 0.63% -
XYZ 21.41 11.53 32.11 -
YUV 89.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 161 41 155 0 0.75 0.04 0.37 303 0.59 0.4
Hex A1 29 9B 0 4B 4 25 12F 3B 28
Octal 241 51 233 0 113 4 45 457 73 50
Binary 10100001 101001 10011011 0 1001011 100 100101 100101111 111011 101000

Color Harmonies of #A1299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1299B

Black with #A1299B

Text Example


Text Example

White with #A1299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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