#AF69D6

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

Shades of Medium Orchid #AF69D6

Tints of Medium Orchid #AF69D6

Color information

#AF69D6 (or 0xAF69D6) is unknown color: approx Medium Orchid. HEX triplet: AF, 69 and D6. RGB value is (175,105,214). Sum of RGB (Red+Green+Blue) = 175+105+214=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF69D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69D6 is #509629. Grayscale: #898989. Windows color (decimal): -5281322 or 14051759. OLE color: 14051759.

HSL color Cylindrical-coordinate representation of color #AF69D6: hue angle of 278.53º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF69D6 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175105214-
CMYK0.180.5100.16
HSL278.53º57.07%62.55%-
HSV(B)278.53º50.93%83.92%-
XYZ34.8724.0766.43-
YUV138.36170.69154.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=35.43%
G=21.26%
B=43.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751052140.180.5100.16278.5357.0762.55
HexAF69D61233010117393f
Octal25715132622630204277177
Binary1010111111010011101011010010110011010000100010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69D6; }

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

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

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

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

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

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

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

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