#AF99C8

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

Shades of Biloba Flower #AF99C8

Tints of Biloba Flower #AF99C8

Color information

#AF99C8 (or 0xAF99C8) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and C8. RGB value is (175,153,200). Sum of RGB (Red+Green+Blue) = 175+153+200=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF99C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C8 is #506637. Grayscale: #A4A4A4. Windows color (decimal): -5269048 or 13146543. OLE color: 13146543.

HSL color Cylindrical-coordinate representation of color #AF99C8: hue angle of 268.09º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF99C8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175153200-
CMYK0.120.2400.22
HSL268.09º29.94%69.22%-
HSV(B)268.09º23.5%78.43%-
XYZ39.536.0759.52-
YUV164.94147.79135.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=33.14%
G=28.98%
B=37.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751532000.120.2400.22268.0929.9469.22
HexAF99C8C1801610c1e45
Octal257231310143002641436105
Binary101011111001100111001000110011000010110100001100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99C8; }

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

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

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

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

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

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

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

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