#AF50CB

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

Shades of Medium Orchid #AF50CB

Tints of Medium Orchid #AF50CB

Color information

#AF50CB (or 0xAF50CB) is unknown color: approx Medium Orchid. HEX triplet: AF, 50 and CB. RGB value is (175,80,203). Sum of RGB (Red+Green+Blue) = 175+80+203=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CB is #50AF34. Grayscale: #7A7A7A. Windows color (decimal): -5287733 or 13324463. OLE color: 13324463.

HSL color Cylindrical-coordinate representation of color #AF50CB: hue angle of 286.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF50CB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17580203-
CMYK0.140.6100.20
HSL286.34º54.19%55.49%-
HSV(B)286.34º60.59%79.61%-
XYZ31.3319.1658.55-
YUV122.43173.47165.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 80 (31.64% from 255) = 17.47%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=38.21%
G=17.47%
B=44.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175802030.140.6100.20286.3454.1955.49
HexAF50CBE3D01411e3637
Octal25712031316750244366667
Binary101011111010000110010111110111101010100100011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50CB; }

 p { color: rgb(175,80,203); }

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

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

 a { background-color: rgb(175,80,203); }

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

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

 span { border-color: rgb(175,80,203); }

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