Html Css Color HEX #A50BCD Dark Violet

📋 copy color: '#A50BCD'

red 165 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #A50BCD

Tints of Dark Violet #A50BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 43.31%
G = 2.89%
B = 53.81%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A50BCD (or 0xA50BCD) is known color: Dark Violet. HEX triplet: A5, 0B and CD. RGB value is (165,11,205). Sum of RGB (Red+Green+Blue) = 165+11+205=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A50BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BCD is #5AF432. Grayscale: #4E4E4E. Windows color (decimal): -5960755 or 13437861. OLE color: 13437861.

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

Color convert

RGB 165 11 205 -
CMYK 0.20 0.95 0 0.20
HSL 287.63º 0.9% 0.42% -
HSV(B) 287.63º 0.95% 0.8% -
XYZ 26.66 12.65 58.79 -
YUV 79.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 165 11 205 0.20 0.95 0 0.20 287.63 0.9 0.42
Hex A5 B CD 14 5F 0 14 120 5A 2A
Octal 245 13 315 24 137 0 24 440 132 52
Binary 10100101 1011 11001101 10100 1011111 0 10100 100100000 1011010 101010

Color Harmonies of #A50BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BCD

Black with #A50BCD

Text Example


Text Example

White with #A50BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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