Html Css Color HEX #A10EBE Dark Violet

📋 copy color: '#A10EBE'

red 161 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #A10EBE

Tints of Dark Violet #A10EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.84%

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

R = 44.11%
G = 3.84%
B = 52.05%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A10EBE (or 0xA10EBE) is known color: Dark Violet. HEX triplet: A1, 0E and BE. RGB value is (161,14,190). Sum of RGB (Red+Green+Blue) = 161+14+190=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A10EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EBE is #5EF141. Grayscale: #4D4D4D. Windows color (decimal): -6222146 or 12455585. OLE color: 12455585.

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

Color convert

RGB 161 14 190 -
CMYK 0.15 0.93 0 0.25
HSL 290.11º 0.86% 0.4% -
HSV(B) 290.11º 0.93% 0.75% -
XYZ 24.15 11.61 49.68 -
YUV 78.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 161 14 190 0.15 0.93 0 0.25 290.11 0.86 0.4
Hex A1 E BE F 5D 0 19 122 56 28
Octal 241 16 276 17 135 0 31 442 126 50
Binary 10100001 1110 10111110 1111 1011101 0 11001 100100010 1010110 101000

Color Harmonies of #A10EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10EBE

Black with #A10EBE

Text Example


Text Example

White with #A10EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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