#AF61CB

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

Shades of Medium Orchid #AF61CB

Tints of Medium Orchid #AF61CB

Color information

#AF61CB (or 0xAF61CB) is unknown color: approx Medium Orchid. HEX triplet: AF, 61 and CB. RGB value is (175,97,203). Sum of RGB (Red+Green+Blue) = 175+97+203=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61CB is #509E34. Grayscale: #848484. Windows color (decimal): -5283381 or 13328815. OLE color: 13328815.

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

Color convert

RGB17597203-
CMYK0.140.5200.20
HSL284.15º50.48%58.82%-
HSV(B)284.15º52.22%79.61%-
XYZ32.7321.9859.02-
YUV132.41167.84158.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=36.84%
G=20.42%
B=42.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175972030.140.5200.20284.1550.4858.82
HexAF61CBE3401411c323b
Octal25714131316640244346273
Binary101011111100001110010111110110100010100100011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61CB; }

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

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

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

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

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

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

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

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