#AF6ACC

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

Shades of Medium Orchid #AF6ACC

Tints of Medium Orchid #AF6ACC

Color information

#AF6ACC (or 0xAF6ACC) is unknown color: approx Medium Orchid. HEX triplet: AF, 6A and CC. RGB value is (175,106,204). Sum of RGB (Red+Green+Blue) = 175+106+204=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ACC is #509533. Grayscale: #898989. Windows color (decimal): -5281076 or 13396655. OLE color: 13396655.

HSL color Cylindrical-coordinate representation of color #AF6ACC: hue angle of 282.24º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6ACC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175106204-
CMYK0.140.4800.2
HSL282.24º49%60.78%-
HSV(B)282.24º48.04%80%-
XYZ33.7323.7859.94-
YUV137.8165.36154.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=36.08%
G=21.86%
B=42.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751062040.140.4800.2282.244960.78
HexAF6ACCE3001411a313d
Octal25715231416600244326175
Binary101011111101010110011001110110000010100100011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6ACC; }

 p { color: rgb(175,106,204); }

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

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

 a { background-color: rgb(175,106,204); }

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

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

 span { border-color: rgb(175,106,204); }

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