Html Css Color HEX #A03CD5 Dark Orchid

📋 copy color: '#A03CD5'

red 160 ◦ green 60 ◦ blue 213

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

Shades of Dark Orchid #A03CD5

Tints of Dark Orchid #A03CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.19%

R = 36.95%
G = 13.86%
B = 49.19%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A03CD5 (or 0xA03CD5) is known color: Dark Orchid. HEX triplet: A0, 3C and D5. RGB value is (160,60,213). Sum of RGB (Red+Green+Blue) = 160+60+213=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #A03CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CD5 is #5FC32A. Grayscale: #6A6A6A. Windows color (decimal): -6275883 or 13974688. OLE color: 13974688.

HSL color Cylindrical-coordinate representation of color #A03CD5: hue angle of 279.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03CD5 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 60 213 -
CMYK 0.25 0.72 0 0.16
HSL 279.22º 0.65% 0.54% -
HSV(B) 279.22º 0.72% 0.84% -
XYZ 28.12 15.51 64.46 -
YUV 107.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 160 60 213 0.25 0.72 0 0.16 279.22 0.65 0.54
Hex A0 3C D5 19 48 0 10 117 41 36
Octal 240 74 325 31 110 0 20 427 101 66
Binary 10100000 111100 11010101 11001 1001000 0 10000 100010111 1000001 110110

Color Harmonies of #A03CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CD5

Black with #A03CD5

Text Example


Text Example

White with #A03CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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