Html Css Color HEX #A047DF Dark Orchid

📋 copy color: '#A047DF'

red 160 ◦ green 71 ◦ blue 223

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

Shades of Dark Orchid #A047DF

Tints of Dark Orchid #A047DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 35.24%
G = 15.64%
B = 49.12%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A047DF (or 0xA047DF) is known color: Dark Orchid. HEX triplet: A0, 47 and DF. RGB value is (160,71,223). Sum of RGB (Red+Green+Blue) = 160+71+223=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #A047DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047DF is #5FB820. Grayscale: #727272. Windows color (decimal): -6273057 or 14632864. OLE color: 14632864.

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

Color convert

RGB 160 71 223 -
CMYK 0.28 0.68 0 0.13
HSL 275.13º 0.7% 0.58% -
HSV(B) 275.13º 0.68% 0.87% -
XYZ 30.07 17.31 71.57 -
YUV 114.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 160 71 223 0.28 0.68 0 0.13 275.13 0.7 0.58
Hex A0 47 DF 1C 44 0 D 113 46 3A
Octal 240 107 337 34 104 0 15 423 106 72
Binary 10100000 1000111 11011111 11100 1000100 0 1101 100010011 1000110 111010

Color Harmonies of #A047DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047DF

Black with #A047DF

Text Example


Text Example

White with #A047DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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