#af99cb

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

Shades of Biloba Flower #AF99CB

Tints of Biloba Flower #AF99CB

Color information

#AF99CB (or 0xAF99CB) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and CB. RGB value is (175,153,203). Sum of RGB (Red+Green+Blue) = 175+153+203=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99CB is #506634. Grayscale: #A5A5A5. Windows color (decimal): -5269045 or 13343151. OLE color: 13343151.

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

Color convert

RGB175153203-
CMYK0.140.2500.20
HSL266.4º32.47%69.8%-
HSV(B)266.4º24.63%79.61%-
XYZ39.8536.2161.39-
YUV165.28149.29134.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=32.96%
G=28.81%
B=38.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751532030.140.2500.20266.432.4769.8
HexAF99CBE1901410a2046
Octal257231313163102441240106
Binary1010111110011001110010111110110010101001000010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af99cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af99cb; }

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

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

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

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

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

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

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

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