Html Css Color HEX #A50DDC Dark Violet

📋 copy color: '#A50DDC'

red 165 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #A50DDC

Tints of Dark Violet #A50DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 41.46%
G = 3.27%
B = 55.28%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A50DDC (or 0xA50DDC) is known color: Dark Violet. HEX triplet: A5, 0D and DC. RGB value is (165,13,220). Sum of RGB (Red+Green+Blue) = 165+13+220=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #A50DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DDC is #5AF223. Grayscale: #515151. Windows color (decimal): -5960228 or 14421413. OLE color: 14421413.

HSL color Cylindrical-coordinate representation of color #A50DDC: hue angle of 284.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DDC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 13 220 -
CMYK 0.25 0.94 0 0.14
HSL 284.06º 0.89% 0.46% -
HSV(B) 284.06º 0.94% 0.86% -
XYZ 28.58 13.45 68.8 -
YUV 82.05 205.86 187.17 -
System Red Green Blue C M Y K H S L
Decimal 165 13 220 0.25 0.94 0 0.14 284.06 0.89 0.46
Hex A5 D DC 19 5E 0 E 11C 59 2E
Octal 245 15 334 31 136 0 16 434 131 56
Binary 10100101 1101 11011100 11001 1011110 0 1110 100011100 1011001 101110

Color Harmonies of #A50DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DDC

Black with #A50DDC

Text Example


Text Example

White with #A50DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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