#AF98C6

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

Shades of Biloba Flower #AF98C6

Tints of Biloba Flower #AF98C6

Color information

#AF98C6 (or 0xAF98C6) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and C6. RGB value is (175,152,198). Sum of RGB (Red+Green+Blue) = 175+152+198=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF98C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98C6 is #506739. Grayscale: #A3A3A3. Windows color (decimal): -5269306 or 13015215. OLE color: 13015215.

HSL color Cylindrical-coordinate representation of color #AF98C6: hue angle of 270º degrees, saturation: 0.29, 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 #AF98C6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175152198-
CMYK0.120.2300.22
HSL270º28.75%68.63%-
HSV(B)270º23.23%77.65%-
XYZ39.135.6558.25-
YUV164.12147.12135.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=33.33%
G=28.95%
B=37.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751521980.120.2300.2227028.7568.63
HexAF98C6C1701610e1d45
Octal257230306142702641635105
Binary101011111001100011000110110010111010110100001110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98C6; }

 p { color: rgb(175,152,198); }

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

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

 a { background-color: rgb(175,152,198); }

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

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

 span { border-color: rgb(175,152,198); }

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