#AF68DD

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

Shades of Medium Orchid #AF68DD

Tints of Medium Orchid #AF68DD

Color information

#AF68DD (or 0xAF68DD) is unknown color: approx Medium Orchid. HEX triplet: AF, 68 and DD. RGB value is (175,104,221). Sum of RGB (Red+Green+Blue) = 175+104+221=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DD is #509722. Grayscale: #8A8A8A. Windows color (decimal): -5281571 or 14510255. OLE color: 14510255.

HSL color Cylindrical-coordinate representation of color #AF68DD: hue angle of 276.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF68DD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175104221-
CMYK0.210.5300.13
HSL276.41º63.24%63.73%-
HSV(B)276.41º52.94%86.67%-
XYZ35.6824.2471.2-
YUV138.57174.52153.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 104 (41.02% from 255) = 20.8%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=35%
G=20.8%
B=44.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751042210.210.5300.13276.4163.2463.73
HexAF68DD15350D1143f40
Octal257150335256501542477100
Binary1010111111010001101110110101110101011011000101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68DD; }

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

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

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

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

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

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

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

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