Html Css Color HEX #A956DB Medium Orchid

📋 copy color: '#A956DB'

red 169 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #A956DB

Tints of Medium Orchid #A956DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

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

R = 35.65%
G = 18.14%
B = 46.2%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A956DB (or 0xA956DB) is known color: Medium Orchid. HEX triplet: A9, 56 and DB. RGB value is (169,86,219). Sum of RGB (Red+Green+Blue) = 169+86+219=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A956DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956DB is #56A924. Grayscale: #7D7D7D. Windows color (decimal): -5679397 or 14374569. OLE color: 14374569.

HSL color Cylindrical-coordinate representation of color #A956DB: hue angle of 277.44º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A956DB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 86 219 -
CMYK 0.23 0.61 0 0.14
HSL 277.44º 0.65% 0.6% -
HSV(B) 277.44º 0.61% 0.86% -
XYZ 32.48 20.21 69.21 -
YUV 125.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 169 86 219 0.23 0.61 0 0.14 277.44 0.65 0.6
Hex A9 56 DB 17 3D 0 E 115 41 3C
Octal 251 126 333 27 75 0 16 425 101 74
Binary 10101001 1010110 11011011 10111 111101 0 1110 100010101 1000001 111100

Color Harmonies of #A956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A956DB

Black with #A956DB

Text Example


Text Example

White with #A956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A956DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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