Html Css Color HEX #A03EBE Dark Orchid

📋 copy color: '#A03EBE'

red 160 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #A03EBE

Tints of Dark Orchid #A03EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.05%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 38.83%
G = 15.05%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A03EBE (or 0xA03EBE) is known color: Dark Orchid. HEX triplet: A0, 3E and BE. RGB value is (160,62,190). Sum of RGB (Red+Green+Blue) = 160+62+190=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #A03EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EBE is #5FC141. Grayscale: #696969. Windows color (decimal): -6275394 or 12467872. OLE color: 12467872.

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

Color convert

RGB 160 62 190 -
CMYK 0.16 0.67 0 0.25
HSL 285.94º 0.51% 0.49% -
HSV(B) 285.94º 0.67% 0.75% -
XYZ 25.51 14.64 50.2 -
YUV 105.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 160 62 190 0.16 0.67 0 0.25 285.94 0.51 0.49
Hex A0 3E BE 10 43 0 19 11E 33 31
Octal 240 76 276 20 103 0 31 436 63 61
Binary 10100000 111110 10111110 10000 1000011 0 11001 100011110 110011 110001

Color Harmonies of #A03EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03EBE

Black with #A03EBE

Text Example


Text Example

White with #A03EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03EBE; }

 p { color: rgb(160,62,190); }

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

background-color css

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

 a { background-color: rgb(160,62,190); }

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

border-color css

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

 span { border-color: rgb(160,62,190); }

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