#AF61E6

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

Shades of Medium Orchid #AF61E6

Tints of Medium Orchid #AF61E6

Color information

#AF61E6 (or 0xAF61E6) is unknown color: approx Medium Orchid. HEX triplet: AF, 61 and E6. RGB value is (175,97,230). Sum of RGB (Red+Green+Blue) = 175+97+230=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF61E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61E6 is #509E19. Grayscale: #878787. Windows color (decimal): -5283354 or 15098287. OLE color: 15098287.

HSL color Cylindrical-coordinate representation of color #AF61E6: hue angle of 275.19º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF61E6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17597230-
CMYK0.240.5800.10
HSL275.19º72.68%64.12%-
HSV(B)275.19º57.83%90.2%-
XYZ36.2423.3877.47-
YUV135.48181.34156.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 97 (38.28% from 255) = 19.32%
BLUE value IS 230 (90.23% from 255) = 45.82%
R=34.86%
G=19.32%
B=45.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175972300.240.5800.10275.1972.6864.12
HexAF61E6183A0A1134940
Octal2571413463072012423111100
Binary10101111110000111100110110001110100101010001001110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61E6; }

 p { color: rgb(175,97,230); }

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

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

 a { background-color: rgb(175,97,230); }

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

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

 span { border-color: rgb(175,97,230); }

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