#AF43F6

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

Shades of Medium Orchid #AF43F6

Tints of Medium Orchid #AF43F6

Color information

#AF43F6 (or 0xAF43F6) is unknown color: approx Medium Orchid. HEX triplet: AF, 43 and F6. RGB value is (175,67,246). Sum of RGB (Red+Green+Blue) = 175+67+246=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF43F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43F6 is #50BC09. Grayscale: #777777. Windows color (decimal): -5291018 or 16139183. OLE color: 16139183.

HSL color Cylindrical-coordinate representation of color #AF43F6: hue angle of 276.2º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF43F6 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17567246-
CMYK0.290.7300.04
HSL276.2º90.86%61.37%-
HSV(B)276.2º72.76%96.47%-
XYZ36.3219.7889.09-
YUV119.7199.28167.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 67 (26.56% from 255) = 13.73%
BLUE value IS 246 (96.48% from 255) = 50.41%
R=35.86%
G=13.73%
B=50.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175672460.290.7300.04276.290.8661.37
HexAF43F61D49041145b3d
Octal257103366351110442413375
Binary1010111110000111111011011101100100101001000101001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF43F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF43F6; }

 p { color: rgb(175,67,246); }

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

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

 a { background-color: rgb(175,67,246); }

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

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

 span { border-color: rgb(175,67,246); }

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