Html Css Color HEX #A047CB Dark Orchid

📋 copy color: '#A047CB'

red 160 ◦ green 71 ◦ blue 203

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

Shades of Dark Orchid #A047CB

Tints of Dark Orchid #A047CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 36.87%
G = 16.36%
B = 46.77%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A047CB (or 0xA047CB) is known color: Dark Orchid. HEX triplet: A0, 47 and CB. RGB value is (160,71,203). Sum of RGB (Red+Green+Blue) = 160+71+203=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #A047CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047CB is #5FB834. Grayscale: #707070. Windows color (decimal): -6273077 or 13322144. OLE color: 13322144.

HSL color Cylindrical-coordinate representation of color #A047CB: hue angle of 280.45º degrees, saturation: 0.56, 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 #A047CB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 71 203 -
CMYK 0.21 0.65 0 0.20
HSL 280.45º 0.56% 0.54% -
HSV(B) 280.45º 0.65% 0.8% -
XYZ 27.53 16.29 58.19 -
YUV 112.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 160 71 203 0.21 0.65 0 0.20 280.45 0.56 0.54
Hex A0 47 CB 15 41 0 14 118 38 36
Octal 240 107 313 25 101 0 24 430 70 66
Binary 10100000 1000111 11001011 10101 1000001 0 10100 100011000 111000 110110

Color Harmonies of #A047CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047CB

Black with #A047CB

Text Example


Text Example

White with #A047CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A047CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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