Html Css Color HEX #A50FDA Dark Violet

📋 copy color: '#A50FDA'

red 165 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #A50FDA

Tints of Dark Violet #A50FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.77%

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 41.46%
G = 3.77%
B = 54.77%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A50FDA (or 0xA50FDA) is known color: Dark Violet. HEX triplet: A5, 0F and DA. RGB value is (165,15,218). Sum of RGB (Red+Green+Blue) = 165+15+218=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #A50FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FDA is #5AF025. Grayscale: #525252. Windows color (decimal): -5959718 or 14290853. OLE color: 14290853.

HSL color Cylindrical-coordinate representation of color #A50FDA: hue angle of 284.33º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FDA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 15 218 -
CMYK 0.24 0.93 0 0.15
HSL 284.34º 0.87% 0.46% -
HSV(B) 284.34º 0.93% 0.85% -
XYZ 28.34 13.4 67.42 -
YUV 82.99 204.2 186.49 -
System Red Green Blue C M Y K H S L
Decimal 165 15 218 0.24 0.93 0 0.15 284.34 0.87 0.46
Hex A5 F DA 18 5D 0 F 11C 57 2E
Octal 245 17 332 30 135 0 17 434 127 56
Binary 10100101 1111 11011010 11000 1011101 0 1111 100011100 1010111 101110

Color Harmonies of #A50FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FDA

Black with #A50FDA

Text Example


Text Example

White with #A50FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FDA; }

 p { color: rgb(165,15,218); }

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

background-color css

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

 a { background-color: rgb(165,15,218); }

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

border-color css

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

 span { border-color: rgb(165,15,218); }

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