#AF5FCA

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

Shades of Medium Orchid #AF5FCA

Tints of Medium Orchid #AF5FCA

Color information

#AF5FCA (or 0xAF5FCA) is unknown color: approx Medium Orchid. HEX triplet: AF, 5F and CA. RGB value is (175,95,202). Sum of RGB (Red+Green+Blue) = 175+95+202=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FCA is #50A035. Grayscale: #828282. Windows color (decimal): -5283894 or 13262767. OLE color: 13262767.

HSL color Cylindrical-coordinate representation of color #AF5FCA: hue angle of 284.86º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5FCA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17595202-
CMYK0.130.5300.21
HSL284.86º50.23%58.24%-
HSV(B)284.86º52.97%79.22%-
XYZ32.4321.5658.33-
YUV131.12168159.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=37.08%
G=20.13%
B=42.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175952020.130.5300.21284.8650.2358.24
HexAF5FCAD3501511d323a
Octal25713731215650254356272
Binary101011111011111110010101101110101010101100011101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FCA; }

 p { color: rgb(175,95,202); }

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

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

 a { background-color: rgb(175,95,202); }

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

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

 span { border-color: rgb(175,95,202); }

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