Html Css Color HEX #A947DB Medium Orchid

📋 copy color: '#A947DB'

red 169 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #A947DB

Tints of Medium Orchid #A947DB

RGB

 RED value IS 169 (66.41% from 255) = 36.82%

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

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

R = 36.82%
G = 15.47%
B = 47.71%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A947DB (or 0xA947DB) is known color: Medium Orchid. HEX triplet: A9, 47 and DB. RGB value is (169,71,219). Sum of RGB (Red+Green+Blue) = 169+71+219=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A947DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947DB is #56B824. Grayscale: #747474. Windows color (decimal): -5683237 or 14370729. OLE color: 14370729.

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

Color convert

RGB 169 71 219 -
CMYK 0.23 0.68 0 0.14
HSL 279.73º 0.67% 0.57% -
HSV(B) 279.73º 0.68% 0.86% -
XYZ 31.4 18.06 68.85 -
YUV 117.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 169 71 219 0.23 0.68 0 0.14 279.73 0.67 0.57
Hex A9 47 DB 17 44 0 E 118 43 39
Octal 251 107 333 27 104 0 16 430 103 71
Binary 10101001 1000111 11011011 10111 1000100 0 1110 100011000 1000011 111001

Color Harmonies of #A947DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A947DB

Black with #A947DB

Text Example


Text Example

White with #A947DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A947DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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