#AF5ACB

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

Shades of Medium Orchid #AF5ACB

Tints of Medium Orchid #AF5ACB

Color information

#AF5ACB (or 0xAF5ACB) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and CB. RGB value is (175,90,203). Sum of RGB (Red+Green+Blue) = 175+90+203=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ACB is #50A534. Grayscale: #7F7F7F. Windows color (decimal): -5285173 or 13327023. OLE color: 13327023.

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

Color convert

RGB17590203-
CMYK0.140.5600.20
HSL285.13º52.07%57.45%-
HSV(B)285.13º55.67%79.61%-
XYZ32.1120.7458.81-
YUV128.3170.16161.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 90 (35.55% from 255) = 19.23%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=37.39%
G=19.23%
B=43.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175902030.140.5600.20285.1352.0757.45
HexAF5ACBE3801411d3439
Octal25713231316700244356471
Binary101011111011010110010111110111000010100100011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5ACB; }

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

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

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

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

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

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

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

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