Html Css Color HEX #A759CF Medium Orchid

📋 copy color: '#A759CF'

red 167 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #A759CF

Tints of Medium Orchid #A759CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 36.07%
G = 19.22%
B = 44.71%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A759CF (or 0xA759CF) is known color: Medium Orchid. HEX triplet: A7, 59 and CF. RGB value is (167,89,207). Sum of RGB (Red+Green+Blue) = 167+89+207=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A759CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759CF is #58A630. Grayscale: #7D7D7D. Windows color (decimal): -5809713 or 13588903. OLE color: 13588903.

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

Color convert

RGB 167 89 207 -
CMYK 0.19 0.57 0 0.19
HSL 279.66º 0.55% 0.58% -
HSV(B) 279.66º 0.57% 0.81% -
XYZ 30.77 19.87 61.24 -
YUV 125.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 167 89 207 0.19 0.57 0 0.19 279.66 0.55 0.58
Hex A7 59 CF 13 39 0 13 118 37 3A
Octal 247 131 317 23 71 0 23 430 67 72
Binary 10100111 1011001 11001111 10011 111001 0 10011 100011000 110111 111010

Color Harmonies of #A759CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A759CF

Black with #A759CF

Text Example


Text Example

White with #A759CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A759CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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