Html Css Color HEX #A747DB Medium Orchid

📋 copy color: '#A747DB'

red 167 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #A747DB

Tints of Medium Orchid #A747DB

RGB

 RED value IS 167 (65.63% from 255) = 36.54%

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

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

R = 36.54%
G = 15.54%
B = 47.92%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A747DB (or 0xA747DB) is known color: Medium Orchid. HEX triplet: A7, 47 and DB. RGB value is (167,71,219). Sum of RGB (Red+Green+Blue) = 167+71+219=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A747DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A747DB is #58B824. Grayscale: #747474. Windows color (decimal): -5814309 or 14370727. OLE color: 14370727.

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

Color convert

RGB 167 71 219 -
CMYK 0.24 0.68 0 0.14
HSL 278.92º 0.67% 0.57% -
HSV(B) 278.92º 0.68% 0.86% -
XYZ 30.98 17.84 68.83 -
YUV 116.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 167 71 219 0.24 0.68 0 0.14 278.92 0.67 0.57
Hex A7 47 DB 18 44 0 E 117 43 39
Octal 247 107 333 30 104 0 16 427 103 71
Binary 10100111 1000111 11011011 11000 1000100 0 1110 100010111 1000011 111001

Color Harmonies of #A747DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747DB

Black with #A747DB

Text Example


Text Example

White with #A747DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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