Html Css Color HEX #A50ADD Dark Violet

📋 copy color: '#A50ADD'

red 165 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #A50ADD

Tints of Dark Violet #A50ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.53%

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 41.67%
G = 2.53%
B = 55.81%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A50ADD (or 0xA50ADD) is known color: Dark Violet. HEX triplet: A5, 0A and DD. RGB value is (165,10,221). Sum of RGB (Red+Green+Blue) = 165+10+221=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #A50ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ADD is #5AF522. Grayscale: #4F4F4F. Windows color (decimal): -5960995 or 14486181. OLE color: 14486181.

HSL color Cylindrical-coordinate representation of color #A50ADD: hue angle of 284.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ADD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 10 221 -
CMYK 0.25 0.95 0 0.13
HSL 284.08º 0.91% 0.45% -
HSV(B) 284.08º 0.95% 0.87% -
XYZ 28.68 13.44 69.49 -
YUV 80.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 165 10 221 0.25 0.95 0 0.13 284.08 0.91 0.45
Hex A5 A DD 19 5F 0 D 11C 5B 2D
Octal 245 12 335 31 137 0 15 434 133 55
Binary 10100101 1010 11011101 11001 1011111 0 1101 100011100 1011011 101101

Color Harmonies of #A50ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50ADD

Black with #A50ADD

Text Example


Text Example

White with #A50ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50ADD; }

 p { color: rgb(165,10,221); }

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

background-color css

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

 a { background-color: rgb(165,10,221); }

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

border-color css

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

 span { border-color: rgb(165,10,221); }

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