Html Css Color HEX #A047DD Dark Orchid

📋 copy color: '#A047DD'

red 160 ◦ green 71 ◦ blue 221

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

Shades of Dark Orchid #A047DD

Tints of Dark Orchid #A047DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 35.4%
G = 15.71%
B = 48.89%

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

#A047DD (or 0xA047DD) is known color: Dark Orchid. HEX triplet: A0, 47 and DD. RGB value is (160,71,221). Sum of RGB (Red+Green+Blue) = 160+71+221=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A047DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047DD is #5FB822. Grayscale: #727272. Windows color (decimal): -6273059 or 14501792. OLE color: 14501792.

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

Color convert

RGB 160 71 221 -
CMYK 0.28 0.68 0 0.13
HSL 275.6º 0.69% 0.57% -
HSV(B) 275.6º 0.68% 0.87% -
XYZ 29.8 17.2 70.16 -
YUV 114.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 160 71 221 0.28 0.68 0 0.13 275.6 0.69 0.57
Hex A0 47 DD 1C 44 0 D 114 45 39
Octal 240 107 335 34 104 0 15 424 105 71
Binary 10100000 1000111 11011101 11100 1000100 0 1101 100010100 1000101 111001

Color Harmonies of #A047DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047DD

Black with #A047DD

Text Example


Text Example

White with #A047DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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