#AF68C4

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

Shades of Medium Orchid #AF68C4

Tints of Medium Orchid #AF68C4

Color information

#AF68C4 (or 0xAF68C4) is unknown color: approx Medium Orchid. HEX triplet: AF, 68 and C4. RGB value is (175,104,196). Sum of RGB (Red+Green+Blue) = 175+104+196=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF68C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68C4 is #50973B. Grayscale: #878787. Windows color (decimal): -5281596 or 12871855. OLE color: 12871855.

HSL color Cylindrical-coordinate representation of color #AF68C4: hue angle of 286.3º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF68C4 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175104196-
CMYK0.110.4700.23
HSL286.3º43.81%58.82%-
HSV(B)286.3º46.94%76.86%-
XYZ32.592354.95-
YUV135.72162.02156.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=36.84%
G=21.89%
B=41.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751041960.110.4700.23286.343.8158.82
HexAF68C4B2F01711e2c3b
Octal25715030413570274365473
Binary101011111101000110001001011101111010111100011110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68C4; }

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

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

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

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

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

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

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

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