Html Css Color HEX #A50DDE Dark Violet

📋 copy color: '#A50DDE'

red 165 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #A50DDE

Tints of Dark Violet #A50DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 41.25%
G = 3.25%
B = 55.5%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A50DDE (or 0xA50DDE) is known color: Dark Violet. HEX triplet: A5, 0D and DE. RGB value is (165,13,222). Sum of RGB (Red+Green+Blue) = 165+13+222=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #A50DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DDE is #5AF221. Grayscale: #515151. Windows color (decimal): -5960226 or 14552485. OLE color: 14552485.

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

Color convert

RGB 165 13 222 -
CMYK 0.26 0.94 0 0.13
HSL 283.64º 0.89% 0.46% -
HSV(B) 283.64º 0.94% 0.87% -
XYZ 28.85 13.56 70.2 -
YUV 82.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 165 13 222 0.26 0.94 0 0.13 283.64 0.89 0.46
Hex A5 D DE 1A 5E 0 D 11C 59 2E
Octal 245 15 336 32 136 0 15 434 131 56
Binary 10100101 1101 11011110 11010 1011110 0 1101 100011100 1011001 101110

Color Harmonies of #A50DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DDE

Black with #A50DDE

Text Example


Text Example

White with #A50DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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