Html Css Color HEX #A50DB4 Dark Violet

📋 copy color: '#A50DB4'

red 165 ◦ green 13 ◦ blue 180

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

Shades of Dark Violet #A50DB4

Tints of Dark Violet #A50DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 46.09%
G = 3.63%
B = 50.28%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A50DB4 (or 0xA50DB4) is known color: Dark Violet. HEX triplet: A5, 0D and B4. RGB value is (165,13,180). Sum of RGB (Red+Green+Blue) = 165+13+180=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #A50DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DB4 is #5AF24B. Grayscale: #4C4C4C. Windows color (decimal): -5960268 or 11799973. OLE color: 11799973.

HSL color Cylindrical-coordinate representation of color #A50DB4: hue angle of 294.61º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DB4 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 13 180 -
CMYK 0.08 0.93 0 0.29
HSL 294.61º 0.87% 0.38% -
HSV(B) 294.61º 0.93% 0.71% -
XYZ 23.9 11.58 44.16 -
YUV 77.49 185.86 190.42 -
System Red Green Blue C M Y K H S L
Decimal 165 13 180 0.08 0.93 0 0.29 294.61 0.87 0.38
Hex A5 D B4 8 5D 0 1D 127 57 26
Octal 245 15 264 10 135 0 35 447 127 46
Binary 10100101 1101 10110100 1000 1011101 0 11101 100100111 1010111 100110

Color Harmonies of #A50DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DB4

Black with #A50DB4

Text Example


Text Example

White with #A50DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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