Html Css Color HEX #A50DD7 Dark Violet

📋 copy color: '#A50DD7'

red 165 ◦ green 13 ◦ blue 215

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

Shades of Dark Violet #A50DD7

Tints of Dark Violet #A50DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.71%

R = 41.98%
G = 3.31%
B = 54.71%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A50DD7 (or 0xA50DD7) is known color: Dark Violet. HEX triplet: A5, 0D and D7. RGB value is (165,13,215). Sum of RGB (Red+Green+Blue) = 165+13+215=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #A50DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DD7 is #5AF228. Grayscale: #505050. Windows color (decimal): -5960233 or 14093733. OLE color: 14093733.

HSL color Cylindrical-coordinate representation of color #A50DD7: hue angle of 285.15º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DD7 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 13 215 -
CMYK 0.23 0.94 0 0.16
HSL 285.15º 0.89% 0.45% -
HSV(B) 285.15º 0.94% 0.84% -
XYZ 27.93 13.19 65.36 -
YUV 81.48 203.36 187.57 -
System Red Green Blue C M Y K H S L
Decimal 165 13 215 0.23 0.94 0 0.16 285.15 0.89 0.45
Hex A5 D D7 17 5E 0 10 11D 59 2D
Octal 245 15 327 27 136 0 20 435 131 55
Binary 10100101 1101 11010111 10111 1011110 0 10000 100011101 1011001 101101

Color Harmonies of #A50DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DD7

Black with #A50DD7

Text Example


Text Example

White with #A50DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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