#AF68D3

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

Shades of Medium Orchid #AF68D3

Tints of Medium Orchid #AF68D3

Color information

#AF68D3 (or 0xAF68D3) is unknown color: approx Medium Orchid. HEX triplet: AF, 68 and D3. RGB value is (175,104,211). Sum of RGB (Red+Green+Blue) = 175+104+211=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF68D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68D3 is #50972C. Grayscale: #898989. Windows color (decimal): -5281581 or 13854895. OLE color: 13854895.

HSL color Cylindrical-coordinate representation of color #AF68D3: hue angle of 279.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF68D3 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175104211-
CMYK0.170.5100.17
HSL279.81º54.87%61.76%-
HSV(B)279.81º50.71%82.75%-
XYZ34.3923.7264.39-
YUV137.43169.52154.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 211 (82.81% from 255) = 43.06%
R=35.71%
G=21.22%
B=43.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751042110.170.5100.17279.8154.8761.76
HexAF68D31133011118373e
Octal25715032321630214306776
Binary1010111111010001101001110001110011010001100011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68D3; }

 p { color: rgb(175,104,211); }

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

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

 a { background-color: rgb(175,104,211); }

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

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

 span { border-color: rgb(175,104,211); }

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