Html Css Color HEX #A047CD Dark Orchid

📋 copy color: '#A047CD'

red 160 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #A047CD

Tints of Dark Orchid #A047CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 36.7%
G = 16.28%
B = 47.02%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A047CD (or 0xA047CD) is known color: Dark Orchid. HEX triplet: A0, 47 and CD. RGB value is (160,71,205). Sum of RGB (Red+Green+Blue) = 160+71+205=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A047CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047CD is #5FB832. Grayscale: #707070. Windows color (decimal): -6273075 or 13453216. OLE color: 13453216.

HSL color Cylindrical-coordinate representation of color #A047CD: hue angle of 279.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A047CD is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 71 205 -
CMYK 0.22 0.65 0 0.20
HSL 279.85º 0.57% 0.54% -
HSV(B) 279.85º 0.65% 0.8% -
XYZ 27.77 16.39 59.46 -
YUV 112.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 160 71 205 0.22 0.65 0 0.20 279.85 0.57 0.54
Hex A0 47 CD 16 41 0 14 118 39 36
Octal 240 107 315 26 101 0 24 430 71 66
Binary 10100000 1000111 11001101 10110 1000001 0 10100 100011000 111001 110110

Color Harmonies of #A047CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047CD

Black with #A047CD

Text Example


Text Example

White with #A047CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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