Html Css Color HEX #A03FC0 Dark Orchid

📋 copy color: '#A03FC0'

red 160 ◦ green 63 ◦ blue 192

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

Shades of Dark Orchid #A03FC0

Tints of Dark Orchid #A03FC0

RGB

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

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

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

R = 38.55%
G = 15.18%
B = 46.27%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A03FC0 (or 0xA03FC0) is known color: Dark Orchid. HEX triplet: A0, 3F and C0. RGB value is (160,63,192). Sum of RGB (Red+Green+Blue) = 160+63+192=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #A03FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FC0 is #5FC03F. Grayscale: #6A6A6A. Windows color (decimal): -6275136 or 12599200. OLE color: 12599200.

HSL color Cylindrical-coordinate representation of color #A03FC0: hue angle of 285.12º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03FC0 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 63 192 -
CMYK 0.17 0.67 0 0.25
HSL 285.12º 0.51% 0.5% -
HSV(B) 285.12º 0.67% 0.75% -
XYZ 25.79 14.83 51.37 -
YUV 106.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 160 63 192 0.17 0.67 0 0.25 285.12 0.51 0.5
Hex A0 3F C0 11 43 0 19 11D 33 32
Octal 240 77 300 21 103 0 31 435 63 62
Binary 10100000 111111 11000000 10001 1000011 0 11001 100011101 110011 110010

Color Harmonies of #A03FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FC0

Black with #A03FC0

Text Example


Text Example

White with #A03FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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