Html Css Color HEX #A047DA Dark Orchid

📋 copy color: '#A047DA'

red 160 ◦ green 71 ◦ blue 218

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

Shades of Dark Orchid #A047DA

Tints of Dark Orchid #A047DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 35.63%
G = 15.81%
B = 48.55%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A047DA (or 0xA047DA) is known color: Dark Orchid. HEX triplet: A0, 47 and DA. RGB value is (160,71,218). Sum of RGB (Red+Green+Blue) = 160+71+218=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #A047DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047DA is #5FB825. Grayscale: #717171. Windows color (decimal): -6273062 or 14305184. OLE color: 14305184.

HSL color Cylindrical-coordinate representation of color #A047DA: hue angle of 276.33º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A047DA is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 71 218 -
CMYK 0.27 0.67 0 0.15
HSL 276.33º 0.67% 0.57% -
HSV(B) 276.33º 0.67% 0.85% -
XYZ 29.41 17.04 68.07 -
YUV 114.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 160 71 218 0.27 0.67 0 0.15 276.33 0.67 0.57
Hex A0 47 DA 1B 43 0 F 114 43 39
Octal 240 107 332 33 103 0 17 424 103 71
Binary 10100000 1000111 11011010 11011 1000011 0 1111 100010100 1000011 111001

Color Harmonies of #A047DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047DA

Black with #A047DA

Text Example


Text Example

White with #A047DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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