#AF6DBD

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

Shades of Medium Orchid #AF6DBD

Tints of Medium Orchid #AF6DBD

Color information

#AF6DBD (or 0xAF6DBD) is unknown color: approx Medium Orchid. HEX triplet: AF, 6D and BD. RGB value is (175,109,189). Sum of RGB (Red+Green+Blue) = 175+109+189=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBD is #509242. Grayscale: #898989. Windows color (decimal): -5280323 or 12414383. OLE color: 12414383.

HSL color Cylindrical-coordinate representation of color #AF6DBD: hue angle of 289.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6DBD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175109189-
CMYK0.070.4200.26
HSL289.5º37.74%58.43%-
HSV(B)289.5º42.33%74.12%-
XYZ32.3323.7351.02-
YUV137.85156.87154.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=37.00%
G=23.04%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751091890.070.4200.26289.537.7458.43
HexAF6DBD72A01A122263a
Octal2571552757520324424672
Binary10101111110110110111101111101010011010100100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DBD; }

 p { color: rgb(175,109,189); }

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

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

 a { background-color: rgb(175,109,189); }

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

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

 span { border-color: rgb(175,109,189); }

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