Html Css Color HEX #A03EBF Dark Orchid

📋 copy color: '#A03EBF'

red 160 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #A03EBF

Tints of Dark Orchid #A03EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 38.74%
G = 15.01%
B = 46.25%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A03EBF (or 0xA03EBF) is known color: Dark Orchid. HEX triplet: A0, 3E and BF. RGB value is (160,62,191). Sum of RGB (Red+Green+Blue) = 160+62+191=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EBF is #5FC140. Grayscale: #696969. Windows color (decimal): -6275393 or 12533408. OLE color: 12533408.

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

Color convert

RGB 160 62 191 -
CMYK 0.16 0.68 0 0.25
HSL 285.58º 0.51% 0.5% -
HSV(B) 285.58º 0.68% 0.75% -
XYZ 25.62 14.68 50.77 -
YUV 106.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 160 62 191 0.16 0.68 0 0.25 285.58 0.51 0.5
Hex A0 3E BF 10 44 0 19 11E 33 32
Octal 240 76 277 20 104 0 31 436 63 62
Binary 10100000 111110 10111111 10000 1000100 0 11001 100011110 110011 110010

Color Harmonies of #A03EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03EBF

Black with #A03EBF

Text Example


Text Example

White with #A03EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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