#F0AFF0

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

Shades of Plum #F0AFF0

Tints of Plum #F0AFF0

Color information

#F0AFF0 (or 0xF0AFF0) is unknown color: approx Plum. HEX triplet: F0, AF and F0. RGB value is (240,175,240). Sum of RGB (Red+Green+Blue) = 240+175+240=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFF0 is #0F500F. Grayscale: #C9C9C9. Windows color (decimal): -1003536 or 15773680. OLE color: 15773680.

HSL color Cylindrical-coordinate representation of color #F0AFF0: hue angle of 300º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFF0 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240175240-
CMYK00.2700.06
HSL300º68.42%81.37%-
HSV(B)300º27.08%94.12%-
XYZ66.9955.4889.62-
YUV201.84149.53155.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=36.64%
G=26.72%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017524000.2700.0630068.4281.37
HexF0AFF001B0612c4451
Octal36025736003306454104121
Binary111100001010111111110000011011011010010110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFF0; }

 p { color: rgb(240,175,240); }

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

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

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

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

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

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

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