#AF63BF

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

Shades of Medium Orchid #AF63BF

Tints of Medium Orchid #AF63BF

Color information

#AF63BF (or 0xAF63BF) is unknown color: approx Medium Orchid. HEX triplet: AF, 63 and BF. RGB value is (175,99,191). Sum of RGB (Red+Green+Blue) = 175+99+191=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF63BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63BF is #509C40. Grayscale: #838383. Windows color (decimal): -5282881 or 12542895. OLE color: 12542895.

HSL color Cylindrical-coordinate representation of color #AF63BF: hue angle of 289.57º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF63BF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17599191-
CMYK0.080.4800.25
HSL289.57º41.82%56.86%-
HSV(B)289.57º48.17%74.9%-
XYZ31.5521.851.84-
YUV132.21161.18158.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 191 (75% from 255) = 41.08%
R=37.63%
G=21.29%
B=41.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175991910.080.4800.25289.5741.8256.86
HexAF63BF8300191222a39
Octal25714327710600314425271
Binary101011111100011101111111000110000011001100100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63BF; }

 p { color: rgb(175,99,191); }

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

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

 a { background-color: rgb(175,99,191); }

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

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

 span { border-color: rgb(175,99,191); }

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