Html Css Color HEX #A50EDA Dark Violet

📋 copy color: '#A50EDA'

red 165 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #A50EDA

Tints of Dark Violet #A50EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 41.56%
G = 3.53%
B = 54.91%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A50EDA (or 0xA50EDA) is known color: Dark Violet. HEX triplet: A5, 0E and DA. RGB value is (165,14,218). Sum of RGB (Red+Green+Blue) = 165+14+218=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A50EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EDA is #5AF125. Grayscale: #515151. Windows color (decimal): -5959974 or 14290597. OLE color: 14290597.

HSL color Cylindrical-coordinate representation of color #A50EDA: hue angle of 284.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EDA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 14 218 -
CMYK 0.24 0.94 0 0.15
HSL 284.41º 0.88% 0.45% -
HSV(B) 284.41º 0.94% 0.85% -
XYZ 28.33 13.38 67.42 -
YUV 82.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 165 14 218 0.24 0.94 0 0.15 284.41 0.88 0.45
Hex A5 E DA 18 5E 0 F 11C 58 2D
Octal 245 16 332 30 136 0 17 434 130 55
Binary 10100101 1110 11011010 11000 1011110 0 1111 100011100 1011000 101101

Color Harmonies of #A50EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50EDA

Black with #A50EDA

Text Example


Text Example

White with #A50EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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