#AF69C4

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

Shades of Medium Orchid #AF69C4

Tints of Medium Orchid #AF69C4

Color information

#AF69C4 (or 0xAF69C4) is unknown color: approx Medium Orchid. HEX triplet: AF, 69 and C4. RGB value is (175,105,196). Sum of RGB (Red+Green+Blue) = 175+105+196=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69C4 is #50963B. Grayscale: #888888. Windows color (decimal): -5281340 or 12872111. OLE color: 12872111.

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

Color convert

RGB175105196-
CMYK0.110.4600.23
HSL286.15º43.54%59.02%-
HSV(B)286.15º46.43%76.86%-
XYZ32.6923.254.98-
YUV136.3161.69155.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=36.76%
G=22.06%
B=41.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751051960.110.4600.23286.1543.5459.02
HexAF69C4B2E01711e2c3b
Octal25715130413560274365473
Binary101011111101001110001001011101110010111100011110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69C4; }

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

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

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

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

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

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

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

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