#AF67C6

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

Shades of Medium Orchid #AF67C6

Tints of Medium Orchid #AF67C6

Color information

#AF67C6 (or 0xAF67C6) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and C6. RGB value is (175,103,198). Sum of RGB (Red+Green+Blue) = 175+103+198=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF67C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67C6 is #509839. Grayscale: #878787. Windows color (decimal): -5281850 or 13002671. OLE color: 13002671.

HSL color Cylindrical-coordinate representation of color #AF67C6: hue angle of 285.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF67C6 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175103198-
CMYK0.120.4800.22
HSL285.47º45.45%59.02%-
HSV(B)285.47º47.98%77.65%-
XYZ32.7222.8956.12-
YUV135.36163.35156.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 198 (77.73% from 255) = 41.60%
R=36.76%
G=21.64%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751031980.120.4800.22285.4745.4559.02
HexAF67C6C3001611d2d3b
Octal25714730614600264355573
Binary101011111100111110001101100110000010110100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67C6; }

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

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

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

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

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

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

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

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