Html Css Color HEX #A147DF Dark Orchid

📋 copy color: '#A147DF'

red 161 ◦ green 71 ◦ blue 223

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

Shades of Dark Orchid #A147DF

Tints of Dark Orchid #A147DF

RGB

 RED value IS 161 (63.28% from 255) = 35.38%

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

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

R = 35.38%
G = 15.6%
B = 49.01%

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

#A147DF (or 0xA147DF) is known color: Dark Orchid. HEX triplet: A1, 47 and DF. RGB value is (161,71,223). Sum of RGB (Red+Green+Blue) = 161+71+223=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A147DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147DF is #5EB820. Grayscale: #727272. Windows color (decimal): -6207521 or 14632865. OLE color: 14632865.

HSL color Cylindrical-coordinate representation of color #A147DF: hue angle of 275.53º 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 #A147DF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 71 223 -
CMYK 0.28 0.68 0 0.13
HSL 275.53º 0.7% 0.58% -
HSV(B) 275.53º 0.68% 0.87% -
XYZ 30.27 17.41 71.58 -
YUV 115.24 188.82 160.64 -
System Red Green Blue C M Y K H S L
Decimal 161 71 223 0.28 0.68 0 0.13 275.53 0.7 0.58
Hex A1 47 DF 1C 44 0 D 114 46 3A
Octal 241 107 337 34 104 0 15 424 106 72
Binary 10100001 1000111 11011111 11100 1000100 0 1101 100010100 1000110 111010

Color Harmonies of #A147DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147DF

Black with #A147DF

Text Example


Text Example

White with #A147DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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