Html Css Color HEX #A03EDE Dark Orchid

📋 copy color: '#A03EDE'

red 160 ◦ green 62 ◦ blue 222

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

Shades of Dark Orchid #A03EDE

Tints of Dark Orchid #A03EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 36.04%
G = 13.96%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A03EDE (or 0xA03EDE) is known color: Dark Orchid. HEX triplet: A0, 3E and DE. RGB value is (160,62,222). Sum of RGB (Red+Green+Blue) = 160+62+222=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #A03EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EDE is #5FC121. Grayscale: #6D6D6D. Windows color (decimal): -6275362 or 14565024. OLE color: 14565024.

HSL color Cylindrical-coordinate representation of color #A03EDE: hue angle of 276.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03EDE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 62 222 -
CMYK 0.28 0.72 0 0.13
HSL 276.75º 0.71% 0.56% -
HSV(B) 276.75º 0.72% 0.87% -
XYZ 29.4 16.19 70.68 -
YUV 109.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 160 62 222 0.28 0.72 0 0.13 276.75 0.71 0.56
Hex A0 3E DE 1C 48 0 D 115 47 38
Octal 240 76 336 34 110 0 15 425 107 70
Binary 10100000 111110 11011110 11100 1001000 0 1101 100010101 1000111 111000

Color Harmonies of #A03EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03EDE

Black with #A03EDE

Text Example


Text Example

White with #A03EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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