#AF8FCF

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

Shades of Biloba Flower #AF8FCF

Tints of Biloba Flower #AF8FCF

Color information

#AF8FCF (or 0xAF8FCF) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and CF. RGB value is (175,143,207). Sum of RGB (Red+Green+Blue) = 175+143+207=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCF is #507030. Grayscale: #9F9F9F. Windows color (decimal): -5271601 or 13602735. OLE color: 13602735.

HSL color Cylindrical-coordinate representation of color #AF8FCF: hue angle of 270º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8FCF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175143207-
CMYK0.150.3100.19
HSL270º40%68.63%-
HSV(B)270º30.92%81.18%-
XYZ38.7633.2663.41-
YUV159.86154.6138.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=33.33%
G=27.24%
B=39.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751432070.150.3100.192704068.63
HexAF8FCFF1F01310e2845
Octal257217317173702341650105
Binary1010111110001111110011111111111110100111000011101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FCF; }

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

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

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

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

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

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

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

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