Html Css Color HEX #A03CDC Dark Orchid

📋 copy color: '#A03CDC'

red 160 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #A03CDC

Tints of Dark Orchid #A03CDC

RGB

 RED value IS 160 (62.89% from 255) = 36.36%

 GREEN value IS 60 (23.83% from 255) = 13.64%

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

R = 36.36%
G = 13.64%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A03CDC (or 0xA03CDC) is known color: Dark Orchid. HEX triplet: A0, 3C and DC. RGB value is (160,60,220). Sum of RGB (Red+Green+Blue) = 160+60+220=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A03CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CDC is #5FC323. Grayscale: #6B6B6B. Windows color (decimal): -6275876 or 14433440. OLE color: 14433440.

HSL color Cylindrical-coordinate representation of color #A03CDC: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03CDC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 60 220 -
CMYK 0.27 0.73 0 0.14
HSL 277.5º 0.7% 0.55% -
HSV(B) 277.5º 0.73% 0.86% -
XYZ 29.03 15.87 69.24 -
YUV 108.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 160 60 220 0.27 0.73 0 0.14 277.5 0.7 0.55
Hex A0 3C DC 1B 49 0 E 116 46 37
Octal 240 74 334 33 111 0 16 426 106 67
Binary 10100000 111100 11011100 11011 1001001 0 1110 100010110 1000110 110111

Color Harmonies of #A03CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CDC

Black with #A03CDC

Text Example


Text Example

White with #A03CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CDC; }

 p { color: rgb(160,60,220); }

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

background-color css

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

 a { background-color: rgb(160,60,220); }

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

border-color css

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

 span { border-color: rgb(160,60,220); }

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