#AF8FCC

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

Shades of Biloba Flower #AF8FCC

Tints of Biloba Flower #AF8FCC

Color information

#AF8FCC (or 0xAF8FCC) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and CC. RGB value is (175,143,204). Sum of RGB (Red+Green+Blue) = 175+143+204=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCC is #507033. Grayscale: #9F9F9F. Windows color (decimal): -5271604 or 13406127. OLE color: 13406127.

HSL color Cylindrical-coordinate representation of color #AF8FCC: hue angle of 271.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8FCC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175143204-
CMYK0.140.3000.2
HSL271.48º37.42%68.04%-
HSV(B)271.48º29.9%80%-
XYZ38.433.1261.5-
YUV159.52153.1139.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=33.52%
G=27.39%
B=39.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751432040.140.3000.2271.4837.4268.04
HexAF8FCCE1E01410f2544
Octal257217314163602441745104
Binary1010111110001111110011001110111100101001000011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FCC; }

 p { color: rgb(175,143,204); }

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

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

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

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

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

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

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