Html Css Color HEX #A112EB Dark Violet

📋 copy color: '#A112EB'

red 161 ◦ green 18 ◦ blue 235

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

Shades of Dark Violet #A112EB

Tints of Dark Violet #A112EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 38.89%
G = 4.35%
B = 56.76%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A112EB (or 0xA112EB) is known color: Dark Violet. HEX triplet: A1, 12 and EB. RGB value is (161,18,235). Sum of RGB (Red+Green+Blue) = 161+18+235=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #A112EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112EB is #5EED14. Grayscale: #545454. Windows color (decimal): -6221077 or 15405729. OLE color: 15405729.

HSL color Cylindrical-coordinate representation of color #A112EB: hue angle of 279.54º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A112EB is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 18 235 -
CMYK 0.31 0.92 0 0.08
HSL 279.54º 0.86% 0.5% -
HSV(B) 279.54º 0.92% 0.92% -
XYZ 29.91 14.01 79.72 -
YUV 85.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 161 18 235 0.31 0.92 0 0.08 279.54 0.86 0.5
Hex A1 12 EB 1F 5C 0 8 118 56 32
Octal 241 22 353 37 134 0 10 430 126 62
Binary 10100001 10010 11101011 11111 1011100 0 1000 100011000 1010110 110010

Color Harmonies of #A112EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A112EB

Black with #A112EB

Text Example


Text Example

White with #A112EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A112EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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