Html Css Color HEX #A50DCD Dark Violet

📋 copy color: '#A50DCD'

red 165 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #A50DCD

Tints of Dark Violet #A50DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 43.08%
G = 3.39%
B = 53.52%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A50DCD (or 0xA50DCD) is known color: Dark Violet. HEX triplet: A5, 0D and CD. RGB value is (165,13,205). Sum of RGB (Red+Green+Blue) = 165+13+205=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #A50DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DCD is #5AF232. Grayscale: #4F4F4F. Windows color (decimal): -5960243 or 13438373. OLE color: 13438373.

HSL color Cylindrical-coordinate representation of color #A50DCD: hue angle of 287.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DCD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 13 205 -
CMYK 0.20 0.94 0 0.20
HSL 287.5º 0.88% 0.43% -
HSV(B) 287.5º 0.94% 0.8% -
XYZ 26.68 12.69 58.8 -
YUV 80.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 165 13 205 0.20 0.94 0 0.20 287.5 0.88 0.43
Hex A5 D CD 14 5E 0 14 120 58 2B
Octal 245 15 315 24 136 0 24 440 130 53
Binary 10100101 1101 11001101 10100 1011110 0 10100 100100000 1011000 101011

Color Harmonies of #A50DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DCD

Black with #A50DCD

Text Example


Text Example

White with #A50DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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