#AF68DB

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

Shades of Medium Orchid #AF68DB

Tints of Medium Orchid #AF68DB

Color information

#AF68DB (or 0xAF68DB) is unknown color: approx Medium Orchid. HEX triplet: AF, 68 and DB. RGB value is (175,104,219). Sum of RGB (Red+Green+Blue) = 175+104+219=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DB is #509724. Grayscale: #898989. Windows color (decimal): -5281573 or 14379183. OLE color: 14379183.

HSL color Cylindrical-coordinate representation of color #AF68DB: hue angle of 277.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF68DB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175104219-
CMYK0.200.5300.14
HSL277.04º61.5%63.33%-
HSV(B)277.04º52.51%85.88%-
XYZ35.4224.1369.81-
YUV138.34173.52154.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 219 (85.94% from 255) = 43.98%
R=35.14%
G=20.88%
B=43.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751042190.200.5300.14277.0461.563.33
HexAF68DB14350E1153d3f
Octal25715033324650164257577
Binary101011111101000110110111010011010101110100010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68DB; }

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

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

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

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

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

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

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

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