#AF61D7

Color #AF61D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF61D7

Tints of Medium Orchid #AF61D7

Color information

#AF61D7 (or 0xAF61D7) is unknown color: approx Medium Orchid. HEX triplet: AF, 61 and D7. RGB value is (175,97,215). Sum of RGB (Red+Green+Blue) = 175+97+215=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF61D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61D7 is #509E28. Grayscale: #858585. Windows color (decimal): -5283369 or 14115247. OLE color: 14115247.

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

Color convert

RGB17597215-
CMYK0.190.5500.16
HSL279.66º59.6%61.18%-
HSV(B)279.66º54.88%84.31%-
XYZ34.2222.5766.84-
YUV133.77173.84157.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=35.93%
G=19.92%
B=44.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175972150.190.5500.16279.6659.661.18
HexAF61D713370101183c3d
Octal25714132723670204307475
Binary1010111111000011101011110011110111010000100011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61D7; }

 p { color: rgb(175,97,215); }

 H1.HeaderClassName
 {
   color: #AF61D7;
 }
 .AnyTagClassName
 {
   color: #AF61D7;
 }
</style>
background-color css

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

 a { background-color: rgb(175,97,215); }

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

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

 span { border-color: rgb(175,97,215); }

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