Html Css Color HEX #A759CD Medium Orchid

📋 copy color: '#A759CD'

red 167 ◦ green 89 ◦ blue 205

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

Shades of Medium Orchid #A759CD

Tints of Medium Orchid #A759CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 36.23%
G = 19.31%
B = 44.47%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A759CD (or 0xA759CD) is known color: Medium Orchid. HEX triplet: A7, 59 and CD. RGB value is (167,89,205). Sum of RGB (Red+Green+Blue) = 167+89+205=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A759CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759CD is #58A632. Grayscale: #7D7D7D. Windows color (decimal): -5809715 or 13457831. OLE color: 13457831.

HSL color Cylindrical-coordinate representation of color #A759CD: hue angle of 280.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A759CD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 89 205 -
CMYK 0.19 0.57 0 0.20
HSL 280.34º 0.54% 0.58% -
HSV(B) 280.34º 0.57% 0.8% -
XYZ 30.53 19.77 59.96 -
YUV 125.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 167 89 205 0.19 0.57 0 0.20 280.34 0.54 0.58
Hex A7 59 CD 13 39 0 14 118 36 3A
Octal 247 131 315 23 71 0 24 430 66 72
Binary 10100111 1011001 11001101 10011 111001 0 10100 100011000 110110 111010

Color Harmonies of #A759CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A759CD

Black with #A759CD

Text Example


Text Example

White with #A759CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A759CD; }

 p { color: rgb(167,89,205); }

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

background-color css

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

 a { background-color: rgb(167,89,205); }

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

border-color css

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

 span { border-color: rgb(167,89,205); }

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