Html Css Color HEX #A147CF Dark Orchid

📋 copy color: '#A147CF'

red 161 ◦ green 71 ◦ blue 207

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

Shades of Dark Orchid #A147CF

Tints of Dark Orchid #A147CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 36.67%
G = 16.17%
B = 47.15%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A147CF (or 0xA147CF) is known color: Dark Orchid. HEX triplet: A1, 47 and CF. RGB value is (161,71,207). Sum of RGB (Red+Green+Blue) = 161+71+207=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A147CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147CF is #5EB830. Grayscale: #707070. Windows color (decimal): -6207537 or 13584289. OLE color: 13584289.

HSL color Cylindrical-coordinate representation of color #A147CF: hue angle of 279.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A147CF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 71 207 -
CMYK 0.22 0.66 0 0.19
HSL 279.71º 0.59% 0.55% -
HSV(B) 279.71º 0.66% 0.81% -
XYZ 28.21 16.59 60.75 -
YUV 113.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 161 71 207 0.22 0.66 0 0.19 279.71 0.59 0.55
Hex A1 47 CF 16 42 0 13 118 3B 37
Octal 241 107 317 26 102 0 23 430 73 67
Binary 10100001 1000111 11001111 10110 1000010 0 10011 100011000 111011 110111

Color Harmonies of #A147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147CF

Black with #A147CF

Text Example


Text Example

White with #A147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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