#AF9FC1

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

Shades of Biloba Flower #AF9FC1

Tints of Biloba Flower #AF9FC1

Color information

#AF9FC1 (or 0xAF9FC1) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and C1. RGB value is (175,159,193). Sum of RGB (Red+Green+Blue) = 175+159+193=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF9FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FC1 is #50603E. Grayscale: #A7A7A7. Windows color (decimal): -5267519 or 12689327. OLE color: 12689327.

HSL color Cylindrical-coordinate representation of color #AF9FC1: hue angle of 268.24º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9FC1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175159193-
CMYK0.090.1800.24
HSL268.24º21.52%69.02%-
HSV(B)268.24º17.62%75.69%-
XYZ39.737.7655.65-
YUV167.66142.3133.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=33.21%
G=30.17%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751591930.090.1800.24268.2421.5269.02
HexAF9FC191201810c1645
Octal257237301112203041426105
Binary101011111001111111000001100110010011000100001100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FC1; }

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

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

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

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

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

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

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

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