#af66be

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

Shades of Medium Orchid #AF66BE

Tints of Medium Orchid #AF66BE

Color information

#AF66BE (or 0xAF66BE) is unknown color: approx Medium Orchid. HEX triplet: AF, 66 and BE. RGB value is (175,102,190). Sum of RGB (Red+Green+Blue) = 175+102+190=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BE is #509941. Grayscale: #858585. Windows color (decimal): -5282114 or 12478127. OLE color: 12478127.

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

Color convert

RGB175102190-
CMYK0.080.4600.25
HSL289.77º40.37%57.25%-
HSV(B)289.77º46.32%74.51%-
XYZ31.7222.3351.35-
YUV133.86159.68157.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=37.47%
G=21.84%
B=40.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751021900.080.4600.25289.7740.3757.25
HexAF66BE82E0191222839
Octal25714627610560314425071
Binary101011111100110101111101000101110011001100100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af66be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af66be; }

 p { color: rgb(175,102,190); }

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

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

 a { background-color: rgb(175,102,190); }

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

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

 span { border-color: rgb(175,102,190); }

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