Html Css Color HEX #A50BDE Dark Violet

📋 copy color: '#A50BDE'

red 165 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #A50BDE

Tints of Dark Violet #A50BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 41.46%
G = 2.76%
B = 55.78%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A50BDE (or 0xA50BDE) is known color: Dark Violet. HEX triplet: A5, 0B and DE. RGB value is (165,11,222). Sum of RGB (Red+Green+Blue) = 165+11+222=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #A50BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BDE is #5AF421. Grayscale: #505050. Windows color (decimal): -5960738 or 14551973. OLE color: 14551973.

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

Color convert

RGB 165 11 222 -
CMYK 0.26 0.95 0 0.13
HSL 283.79º 0.91% 0.46% -
HSV(B) 283.79º 0.95% 0.87% -
XYZ 28.82 13.51 70.2 -
YUV 81.1 207.52 187.84 -
System Red Green Blue C M Y K H S L
Decimal 165 11 222 0.26 0.95 0 0.13 283.79 0.91 0.46
Hex A5 B DE 1A 5F 0 D 11C 5B 2E
Octal 245 13 336 32 137 0 15 434 133 56
Binary 10100101 1011 11011110 11010 1011111 0 1101 100011100 1011011 101110

Color Harmonies of #A50BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BDE

Black with #A50BDE

Text Example


Text Example

White with #A50BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BDE; }

 p { color: rgb(165,11,222); }

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

background-color css

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

 a { background-color: rgb(165,11,222); }

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

border-color css

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

 span { border-color: rgb(165,11,222); }

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