Html Css Color HEX #A50CDC Dark Violet

📋 copy color: '#A50CDC'

red 165 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #A50CDC

Tints of Dark Violet #A50CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 41.56%
G = 3.02%
B = 55.42%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A50CDC (or 0xA50CDC) is known color: Dark Violet. HEX triplet: A5, 0C and DC. RGB value is (165,12,220). Sum of RGB (Red+Green+Blue) = 165+12+220=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #A50CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CDC is #5AF323. Grayscale: #505050. Windows color (decimal): -5960484 or 14421157. OLE color: 14421157.

HSL color Cylindrical-coordinate representation of color #A50CDC: hue angle of 284.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CDC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 12 220 -
CMYK 0.25 0.95 0 0.14
HSL 284.13º 0.9% 0.45% -
HSV(B) 284.13º 0.95% 0.86% -
XYZ 28.57 13.43 68.8 -
YUV 81.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 165 12 220 0.25 0.95 0 0.14 284.13 0.9 0.45
Hex A5 C DC 19 5F 0 E 11C 5A 2D
Octal 245 14 334 31 137 0 16 434 132 55
Binary 10100101 1100 11011100 11001 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A50CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CDC

Black with #A50CDC

Text Example


Text Example

White with #A50CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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