#AF5AFA

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

Shades of Medium Orchid #AF5AFA

Tints of Medium Orchid #AF5AFA

Color information

#AF5AFA (or 0xAF5AFA) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and FA. RGB value is (175,90,250). Sum of RGB (Red+Green+Blue) = 175+90+250=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF5AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AFA is #50A505. Grayscale: #858585. Windows color (decimal): -5285126 or 16407215. OLE color: 16407215.

HSL color Cylindrical-coordinate representation of color #AF5AFA: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5AFA is Cyan = 0.3, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17590250-
CMYK0.30.6400.02
HSL271.88º94.12%66.67%-
HSV(B)271.88º64%98.04%-
XYZ38.5923.3392.91-
YUV133.66193.66157.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=33.98%
G=17.48%
B=48.54%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175902500.30.6400.02271.8894.1266.67
HexAF5AFA1E40021105e43
Octal2571323723610002420136103
Binary1010111110110101111101011110100000001010001000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AFA; }

 p { color: rgb(175,90,250); }

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

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

 a { background-color: rgb(175,90,250); }

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

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

 span { border-color: rgb(175,90,250); }

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