#AF3EEB

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

Shades of Medium Orchid #AF3EEB

Tints of Medium Orchid #AF3EEB

Color information

#AF3EEB (or 0xAF3EEB) is unknown color: approx Medium Orchid. HEX triplet: AF, 3E and EB. RGB value is (175,62,235). Sum of RGB (Red+Green+Blue) = 175+62+235=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF3EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EEB is #50C114. Grayscale: #727272. Windows color (decimal): -5292309 or 15417007. OLE color: 15417007.

HSL color Cylindrical-coordinate representation of color #AF3EEB: hue angle of 279.19º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3EEB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17562235-
CMYK0.260.7400.08
HSL279.19º81.22%58.24%-
HSV(B)279.19º73.62%92.16%-
XYZ34.418.5680.37-
YUV115.51195.44170.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 62 (24.61% from 255) = 13.14%
BLUE value IS 235 (92.19% from 255) = 49.79%
R=37.08%
G=13.14%
B=49.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175622350.260.7400.08279.1981.2258.24
HexAF3EEB1A4A08117513a
Octal257763533211201042712172
Binary1010111111111011101011110101001010010001000101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EEB; }

 p { color: rgb(175,62,235); }

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

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

 a { background-color: rgb(175,62,235); }

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

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

 span { border-color: rgb(175,62,235); }

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