#AF9FCB

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

Shades of Biloba Flower #AF9FCB

Tints of Biloba Flower #AF9FCB

Color information

#AF9FCB (or 0xAF9FCB) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and CB. RGB value is (175,159,203). Sum of RGB (Red+Green+Blue) = 175+159+203=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FCB is #506034. Grayscale: #A8A8A8. Windows color (decimal): -5267509 or 13344687. OLE color: 13344687.

HSL color Cylindrical-coordinate representation of color #AF9FCB: hue angle of 261.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9FCB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175159203-
CMYK0.140.2200.20
HSL261.82º29.73%70.98%-
HSV(B)261.82º21.67%79.61%-
XYZ40.8638.2261.72-
YUV168.8147.3132.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=32.59%
G=29.61%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751592030.140.2200.20261.8229.7370.98
HexAF9FCBE160141061e47
Octal257237313162602440636107
Binary101011111001111111001011111010110010100100000110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FCB; }

 p { color: rgb(175,159,203); }

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

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

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

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

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

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

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