#AF8FCD

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

Shades of Biloba Flower #AF8FCD

Tints of Biloba Flower #AF8FCD

Color information

#AF8FCD (or 0xAF8FCD) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and CD. RGB value is (175,143,205). Sum of RGB (Red+Green+Blue) = 175+143+205=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCD is #507032. Grayscale: #9F9F9F. Windows color (decimal): -5271603 or 13471663. OLE color: 13471663.

HSL color Cylindrical-coordinate representation of color #AF8FCD: hue angle of 270.97º degrees, saturation: 0.38, 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 #AF8FCD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175143205-
CMYK0.150.3000.20
HSL270.97º38.27%68.24%-
HSV(B)270.97º30.24%80.39%-
XYZ38.5233.1762.13-
YUV159.64153.6138.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=33.46%
G=27.34%
B=39.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751432050.150.3000.20270.9738.2768.24
HexAF8FCDF1E01410f2644
Octal257217315173602441746104
Binary1010111110001111110011011111111100101001000011111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FCD; }

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

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

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

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

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

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

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

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