Html Css Color HEX #A50DCB Dark Violet

📋 copy color: '#A50DCB'

red 165 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #A50DCB

Tints of Dark Violet #A50DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 43.31%
G = 3.41%
B = 53.28%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A50DCB (or 0xA50DCB) is known color: Dark Violet. HEX triplet: A5, 0D and CB. RGB value is (165,13,203). Sum of RGB (Red+Green+Blue) = 165+13+203=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #A50DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DCB is #5AF234. Grayscale: #4F4F4F. Windows color (decimal): -5960245 or 13307301. OLE color: 13307301.

HSL color Cylindrical-coordinate representation of color #A50DCB: hue angle of 288º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50DCB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 13 203 -
CMYK 0.19 0.94 0 0.20
HSL 288º 0.88% 0.42% -
HSV(B) 288º 0.94% 0.8% -
XYZ 26.44 12.6 57.54 -
YUV 80.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 165 13 203 0.19 0.94 0 0.20 288 0.88 0.42
Hex A5 D CB 13 5E 0 14 120 58 2A
Octal 245 15 313 23 136 0 24 440 130 52
Binary 10100101 1101 11001011 10011 1011110 0 10100 100100000 1011000 101010

Color Harmonies of #A50DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DCB

Black with #A50DCB

Text Example


Text Example

White with #A50DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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