Html Css Color HEX #A50EBA Dark Violet

📋 copy color: '#A50EBA'

red 165 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #A50EBA

Tints of Dark Violet #A50EBA

RGB

 RED value IS 165 (64.84% from 255) = 45.21%

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 45.21%
G = 3.84%
B = 50.96%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A50EBA (or 0xA50EBA) is known color: Dark Violet. HEX triplet: A5, 0E and BA. RGB value is (165,14,186). Sum of RGB (Red+Green+Blue) = 165+14+186=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A50EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EBA is #5AF145. Grayscale: #4E4E4E. Windows color (decimal): -5960006 or 12193445. OLE color: 12193445.

HSL color Cylindrical-coordinate representation of color #A50EBA: hue angle of 292.67º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50EBA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 14 186 -
CMYK 0.11 0.92 0 0.27
HSL 292.67º 0.86% 0.39% -
HSV(B) 292.67º 0.92% 0.73% -
XYZ 24.54 11.86 47.45 -
YUV 78.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 165 14 186 0.11 0.92 0 0.27 292.67 0.86 0.39
Hex A5 E BA B 5C 0 1B 125 56 27
Octal 245 16 272 13 134 0 33 445 126 47
Binary 10100101 1110 10111010 1011 1011100 0 11011 100100101 1010110 100111

Color Harmonies of #A50EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50EBA

Black with #A50EBA

Text Example


Text Example

White with #A50EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50EBA; }

 p { color: rgb(165,14,186); }

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

background-color css

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

 a { background-color: rgb(165,14,186); }

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

border-color css

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

 span { border-color: rgb(165,14,186); }

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