Html Css Color HEX #A50DD2 Dark Violet

📋 copy color: '#A50DD2'

red 165 ◦ green 13 ◦ blue 210

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

Shades of Dark Violet #A50DD2

Tints of Dark Violet #A50DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.12%

R = 42.53%
G = 3.35%
B = 54.12%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A50DD2 (or 0xA50DD2) is known color: Dark Violet. HEX triplet: A5, 0D and D2. RGB value is (165,13,210). Sum of RGB (Red+Green+Blue) = 165+13+210=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #A50DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DD2 is #5AF22D. Grayscale: #505050. Windows color (decimal): -5960238 or 13766053. OLE color: 13766053.

HSL color Cylindrical-coordinate representation of color #A50DD2: hue angle of 286.29º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DD2 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 13 210 -
CMYK 0.21 0.94 0 0.18
HSL 286.29º 0.88% 0.44% -
HSV(B) 286.29º 0.94% 0.82% -
XYZ 27.29 12.94 62.03 -
YUV 80.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 165 13 210 0.21 0.94 0 0.18 286.29 0.88 0.44
Hex A5 D D2 15 5E 0 12 11E 58 2C
Octal 245 15 322 25 136 0 22 436 130 54
Binary 10100101 1101 11010010 10101 1011110 0 10010 100011110 1011000 101100

Color Harmonies of #A50DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DD2

Black with #A50DD2

Text Example


Text Example

White with #A50DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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