Html Css Color HEX #A03FDC Dark Orchid

📋 copy color: '#A03FDC'

red 160 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #A03FDC

Tints of Dark Orchid #A03FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.22%

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

R = 36.12%
G = 14.22%
B = 49.66%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A03FDC (or 0xA03FDC) is known color: Dark Orchid. HEX triplet: A0, 3F and DC. RGB value is (160,63,220). Sum of RGB (Red+Green+Blue) = 160+63+220=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A03FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FDC is #5FC023. Grayscale: #6D6D6D. Windows color (decimal): -6275108 or 14434208. OLE color: 14434208.

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

Color convert

RGB 160 63 220 -
CMYK 0.27 0.71 0 0.14
HSL 277.07º 0.69% 0.55% -
HSV(B) 277.07º 0.71% 0.86% -
XYZ 29.19 16.2 69.3 -
YUV 109.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 160 63 220 0.27 0.71 0 0.14 277.07 0.69 0.55
Hex A0 3F DC 1B 47 0 E 115 45 37
Octal 240 77 334 33 107 0 16 425 105 67
Binary 10100000 111111 11011100 11011 1000111 0 1110 100010101 1000101 110111

Color Harmonies of #A03FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FDC

Black with #A03FDC

Text Example


Text Example

White with #A03FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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