Html Css Color HEX #A047D0 Dark Orchid

📋 copy color: '#A047D0'

red 160 ◦ green 71 ◦ blue 208

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

Shades of Dark Orchid #A047D0

Tints of Dark Orchid #A047D0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

 BLUE value IS 208 (81.64% from 255) = 47.38%

R = 36.45%
G = 16.17%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A047D0 (or 0xA047D0) is known color: Dark Orchid. HEX triplet: A0, 47 and D0. RGB value is (160,71,208). Sum of RGB (Red+Green+Blue) = 160+71+208=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #A047D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047D0 is #5FB82F. Grayscale: #707070. Windows color (decimal): -6273072 or 13649824. OLE color: 13649824.

HSL color Cylindrical-coordinate representation of color #A047D0: hue angle of 278.98º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A047D0 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 71 208 -
CMYK 0.23 0.66 0 0.18
HSL 278.98º 0.59% 0.55% -
HSV(B) 278.98º 0.66% 0.82% -
XYZ 28.14 16.53 61.38 -
YUV 113.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 160 71 208 0.23 0.66 0 0.18 278.98 0.59 0.55
Hex A0 47 D0 17 42 0 12 117 3B 37
Octal 240 107 320 27 102 0 22 427 73 67
Binary 10100000 1000111 11010000 10111 1000010 0 10010 100010111 111011 110111

Color Harmonies of #A047D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047D0

Black with #A047D0

Text Example


Text Example

White with #A047D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047D0; }

 p { color: rgb(160,71,208); }

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

background-color css

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

 a { background-color: rgb(160,71,208); }

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

border-color css

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

 span { border-color: rgb(160,71,208); }

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