Html Css Color HEX #A50DAF Dark Violet

📋 copy color: '#A50DAF'

red 165 ◦ green 13 ◦ blue 175

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

Shades of Dark Violet #A50DAF

Tints of Dark Violet #A50DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 46.74%
G = 3.68%
B = 49.58%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A50DAF (or 0xA50DAF) is known color: Dark Violet. HEX triplet: A5, 0D and AF. RGB value is (165,13,175). Sum of RGB (Red+Green+Blue) = 165+13+175=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A50DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DAF is #5AF250. Grayscale: #4C4C4C. Windows color (decimal): -5960273 or 11472293. OLE color: 11472293.

HSL color Cylindrical-coordinate representation of color #A50DAF: hue angle of 296.3º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DAF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 13 175 -
CMYK 0.06 0.93 0 0.31
HSL 296.3º 0.86% 0.37% -
HSV(B) 296.3º 0.93% 0.69% -
XYZ 23.4 11.38 41.52 -
YUV 76.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 165 13 175 0.06 0.93 0 0.31 296.3 0.86 0.37
Hex A5 D AF 6 5D 0 1F 128 56 25
Octal 245 15 257 6 135 0 37 450 126 45
Binary 10100101 1101 10101111 110 1011101 0 11111 100101000 1010110 100101

Color Harmonies of #A50DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DAF

Black with #A50DAF

Text Example


Text Example

White with #A50DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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