Html Css Color HEX #A147DB Dark Orchid

📋 copy color: '#A147DB'

red 161 ◦ green 71 ◦ blue 219

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

Shades of Dark Orchid #A147DB

Tints of Dark Orchid #A147DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 35.7%
G = 15.74%
B = 48.56%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A147DB (or 0xA147DB) is known color: Dark Orchid. HEX triplet: A1, 47 and DB. RGB value is (161,71,219). Sum of RGB (Red+Green+Blue) = 161+71+219=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A147DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147DB is #5EB824. Grayscale: #727272. Windows color (decimal): -6207525 or 14370721. OLE color: 14370721.

HSL color Cylindrical-coordinate representation of color #A147DB: hue angle of 276.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A147DB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 71 219 -
CMYK 0.26 0.68 0 0.14
HSL 276.49º 0.67% 0.57% -
HSV(B) 276.49º 0.68% 0.86% -
XYZ 29.74 17.2 68.77 -
YUV 114.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 161 71 219 0.26 0.68 0 0.14 276.49 0.67 0.57
Hex A1 47 DB 1A 44 0 E 114 43 39
Octal 241 107 333 32 104 0 16 424 103 71
Binary 10100001 1000111 11011011 11010 1000100 0 1110 100010100 1000011 111001

Color Harmonies of #A147DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147DB

Black with #A147DB

Text Example


Text Example

White with #A147DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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