Html Css Color HEX #A112BE Dark Violet

📋 copy color: '#A112BE'

red 161 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #A112BE

Tints of Dark Violet #A112BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 43.63%
G = 4.88%
B = 51.49%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A112BE (or 0xA112BE) is known color: Dark Violet. HEX triplet: A1, 12 and BE. RGB value is (161,18,190). Sum of RGB (Red+Green+Blue) = 161+18+190=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #A112BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112BE is #5EED41. Grayscale: #4F4F4F. Windows color (decimal): -6221122 or 12456609. OLE color: 12456609.

HSL color Cylindrical-coordinate representation of color #A112BE: hue angle of 289.88º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A112BE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 18 190 -
CMYK 0.15 0.91 0 0.25
HSL 289.88º 0.83% 0.41% -
HSV(B) 289.88º 0.91% 0.75% -
XYZ 24.21 11.73 49.7 -
YUV 80.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 161 18 190 0.15 0.91 0 0.25 289.88 0.83 0.41
Hex A1 12 BE F 5B 0 19 122 53 29
Octal 241 22 276 17 133 0 31 442 123 51
Binary 10100001 10010 10111110 1111 1011011 0 11001 100100010 1010011 101001

Color Harmonies of #A112BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A112BE

Black with #A112BE

Text Example


Text Example

White with #A112BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A112BE; }

 p { color: rgb(161,18,190); }

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

background-color css

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

 a { background-color: rgb(161,18,190); }

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

border-color css

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

 span { border-color: rgb(161,18,190); }

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