#AF67C3

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

Shades of Medium Orchid #AF67C3

Tints of Medium Orchid #AF67C3

Color information

#AF67C3 (or 0xAF67C3) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and C3. RGB value is (175,103,195). Sum of RGB (Red+Green+Blue) = 175+103+195=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF67C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67C3 is #50983C. Grayscale: #868686. Windows color (decimal): -5281853 or 12806063. OLE color: 12806063.

HSL color Cylindrical-coordinate representation of color #AF67C3: hue angle of 286.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF67C3 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175103195-
CMYK0.100.4700.24
HSL286.96º43.4%58.43%-
HSV(B)286.96º47.18%76.47%-
XYZ32.3822.7554.32-
YUV135.02161.85156.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=37.00%
G=21.78%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751031950.100.4700.24286.9643.458.43
HexAF67C3A2F01811f2b3a
Octal25714730312570304375372
Binary101011111100111110000111010101111011000100011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67C3; }

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

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

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

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

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

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

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

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