Html Css Color HEX #A50CC0 Dark Violet

📋 copy color: '#A50CC0'

red 165 ◦ green 12 ◦ blue 192

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

Shades of Dark Violet #A50CC0

Tints of Dark Violet #A50CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 44.72%
G = 3.25%
B = 52.03%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A50CC0 (or 0xA50CC0) is known color: Dark Violet. HEX triplet: A5, 0C and C0. RGB value is (165,12,192). Sum of RGB (Red+Green+Blue) = 165+12+192=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #A50CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CC0 is #5AF33F. Grayscale: #4D4D4D. Windows color (decimal): -5960512 or 12586149. OLE color: 12586149.

HSL color Cylindrical-coordinate representation of color #A50CC0: hue angle of 291º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CC0 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 12 192 -
CMYK 0.14 0.94 0 0.25
HSL 291º 0.88% 0.4% -
HSV(B) 291º 0.94% 0.75% -
XYZ 25.16 12.07 50.87 -
YUV 78.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 165 12 192 0.14 0.94 0 0.25 291 0.88 0.4
Hex A5 C C0 E 5E 0 19 123 58 28
Octal 245 14 300 16 136 0 31 443 130 50
Binary 10100101 1100 11000000 1110 1011110 0 11001 100100011 1011000 101000

Color Harmonies of #A50CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CC0

Black with #A50CC0

Text Example


Text Example

White with #A50CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CC0; }

 p { color: rgb(165,12,192); }

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

background-color css

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

 a { background-color: rgb(165,12,192); }

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

border-color css

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

 span { border-color: rgb(165,12,192); }

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