#AF99C5

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

Shades of Biloba Flower #AF99C5

Tints of Biloba Flower #AF99C5

Color information

#AF99C5 (or 0xAF99C5) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and C5. RGB value is (175,153,197). Sum of RGB (Red+Green+Blue) = 175+153+197=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF99C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C5 is #50663A. Grayscale: #A4A4A4. Windows color (decimal): -5269051 or 12949935. OLE color: 12949935.

HSL color Cylindrical-coordinate representation of color #AF99C5: hue angle of 270º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF99C5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175153197-
CMYK0.110.2200.23
HSL270º27.5%68.63%-
HSV(B)270º22.34%77.25%-
XYZ39.1535.9357.69-
YUV164.59146.29135.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=33.33%
G=29.14%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751531970.110.2200.2327027.568.63
HexAF99C5B1601710e1b45
Octal257231305132602741633105
Binary101011111001100111000101101110110010111100001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99C5; }

 p { color: rgb(175,153,197); }

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

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

 a { background-color: rgb(175,153,197); }

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

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

 span { border-color: rgb(175,153,197); }

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