#AF69C7

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

Shades of Medium Orchid #AF69C7

Tints of Medium Orchid #AF69C7

Color information

#AF69C7 (or 0xAF69C7) is unknown color: approx Medium Orchid. HEX triplet: AF, 69 and C7. RGB value is (175,105,199). Sum of RGB (Red+Green+Blue) = 175+105+199=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF69C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69C7 is #509638. Grayscale: #888888. Windows color (decimal): -5281337 or 13068719. OLE color: 13068719.

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

Color convert

RGB175105199-
CMYK0.120.4700.22
HSL284.68º45.63%59.61%-
HSV(B)284.68º47.24%78.04%-
XYZ33.0423.3456.8-
YUV136.65163.19155.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 199 (78.12% from 255) = 41.54%
R=36.53%
G=21.92%
B=41.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751051990.120.4700.22284.6845.6359.61
HexAF69C7C2F01611d2e3c
Octal25715130714570264355674
Binary101011111101001110001111100101111010110100011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69C7; }

 p { color: rgb(175,105,199); }

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

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

 a { background-color: rgb(175,105,199); }

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

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

 span { border-color: rgb(175,105,199); }

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