Html Css Color HEX #A03FDE Dark Orchid

📋 copy color: '#A03FDE'

red 160 ◦ green 63 ◦ blue 222

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

Shades of Dark Orchid #A03FDE

Tints of Dark Orchid #A03FDE

RGB

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

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

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

R = 35.96%
G = 14.16%
B = 49.89%

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

#A03FDE (or 0xA03FDE) is known color: Dark Orchid. HEX triplet: A0, 3F and DE. RGB value is (160,63,222). Sum of RGB (Red+Green+Blue) = 160+63+222=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #A03FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FDE is #5FC021. Grayscale: #6D6D6D. Windows color (decimal): -6275106 or 14565280. OLE color: 14565280.

HSL color Cylindrical-coordinate representation of color #A03FDE: hue angle of 276.6º 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 #A03FDE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 63 222 -
CMYK 0.28 0.72 0 0.13
HSL 276.6º 0.71% 0.56% -
HSV(B) 276.6º 0.72% 0.87% -
XYZ 29.46 16.3 70.7 -
YUV 110.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 160 63 222 0.28 0.72 0 0.13 276.6 0.71 0.56
Hex A0 3F DE 1C 48 0 D 115 47 38
Octal 240 77 336 34 110 0 15 425 107 70
Binary 10100000 111111 11011110 11100 1001000 0 1101 100010101 1000111 111000

Color Harmonies of #A03FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FDE

Black with #A03FDE

Text Example


Text Example

White with #A03FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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