Html Css Color HEX #A50ADF Dark Violet

📋 copy color: '#A50ADF'

red 165 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #A50ADF

Tints of Dark Violet #A50ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 41.46%
G = 2.51%
B = 56.03%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A50ADF (or 0xA50ADF) is known color: Dark Violet. HEX triplet: A5, 0A and DF. RGB value is (165,10,223). Sum of RGB (Red+Green+Blue) = 165+10+223=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #A50ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ADF is #5AF520. Grayscale: #4F4F4F. Windows color (decimal): -5960993 or 14617253. OLE color: 14617253.

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

Color convert

RGB 165 10 223 -
CMYK 0.26 0.96 0 0.13
HSL 283.66º 0.91% 0.46% -
HSV(B) 283.66º 0.96% 0.87% -
XYZ 28.94 13.54 70.9 -
YUV 80.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 165 10 223 0.26 0.96 0 0.13 283.66 0.91 0.46
Hex A5 A DF 1A 60 0 D 11C 5B 2E
Octal 245 12 337 32 140 0 15 434 133 56
Binary 10100101 1010 11011111 11010 1100000 0 1101 100011100 1011011 101110

Color Harmonies of #A50ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50ADF

Black with #A50ADF

Text Example


Text Example

White with #A50ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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