Html Css Color HEX #A50DED Dark Violet

📋 copy color: '#A50DED'

red 165 ◦ green 13 ◦ blue 237

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

Shades of Dark Violet #A50DED

Tints of Dark Violet #A50DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 39.76%
G = 3.13%
B = 57.11%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A50DED (or 0xA50DED) is known color: Dark Violet. HEX triplet: A5, 0D and ED. RGB value is (165,13,237). Sum of RGB (Red+Green+Blue) = 165+13+237=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #A50DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50DED is #5AF212. Grayscale: #535353. Windows color (decimal): -5960211 or 15535525. OLE color: 15535525.

HSL color Cylindrical-coordinate representation of color #A50DED: hue angle of 280.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50DED is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 13 237 -
CMYK 0.30 0.95 0 0.07
HSL 280.71º 0.9% 0.49% -
HSV(B) 280.71º 0.95% 0.93% -
XYZ 30.95 14.4 81.27 -
YUV 83.98 214.36 185.79 -
System Red Green Blue C M Y K H S L
Decimal 165 13 237 0.30 0.95 0 0.07 280.71 0.9 0.49
Hex A5 D ED 1E 5F 0 7 119 5A 31
Octal 245 15 355 36 137 0 7 431 132 61
Binary 10100101 1101 11101101 11110 1011111 0 111 100011001 1011010 110001

Color Harmonies of #A50DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DED

Black with #A50DED

Text Example


Text Example

White with #A50DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DED; }

 p { color: rgb(165,13,237); }

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

background-color css

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

 a { background-color: rgb(165,13,237); }

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

border-color css

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

 span { border-color: rgb(165,13,237); }

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