#AF67D0

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

Shades of Medium Orchid #AF67D0

Tints of Medium Orchid #AF67D0

Color information

#AF67D0 (or 0xAF67D0) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and D0. RGB value is (175,103,208). Sum of RGB (Red+Green+Blue) = 175+103+208=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF67D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D0 is #50982F. Grayscale: #888888. Windows color (decimal): -5281840 or 13658031. OLE color: 13658031.

HSL color Cylindrical-coordinate representation of color #AF67D0: hue angle of 281.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF67D0 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175103208-
CMYK0.160.5000.18
HSL281.14º52.76%60.98%-
HSV(B)281.14º50.48%81.57%-
XYZ33.9123.3762.4-
YUV136.5168.35155.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=36.01%
G=21.19%
B=42.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751032080.160.5000.18281.1452.7660.98
HexAF67D01032012119353d
Octal25714732020620224316575
Binary1010111111001111101000010000110010010010100011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67D0; }

 p { color: rgb(175,103,208); }

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

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

 a { background-color: rgb(175,103,208); }

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

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

 span { border-color: rgb(175,103,208); }

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