#AF98CB

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

Shades of Biloba Flower #AF98CB

Tints of Biloba Flower #AF98CB

Color information

#AF98CB (or 0xAF98CB) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and CB. RGB value is (175,152,203). Sum of RGB (Red+Green+Blue) = 175+152+203=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF98CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98CB is #506734. Grayscale: #A4A4A4. Windows color (decimal): -5269301 or 13342895. OLE color: 13342895.

HSL color Cylindrical-coordinate representation of color #AF98CB: hue angle of 267.06º degrees, saturation: 0.33, 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 #AF98CB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175152203-
CMYK0.140.2500.20
HSL267.06º32.9%69.61%-
HSV(B)267.06º25.12%79.61%-
XYZ39.6935.8861.33-
YUV164.69149.62135.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=33.02%
G=28.68%
B=38.30%

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
Decimal1751522030.140.2500.20267.0632.969.61
HexAF98CBE1901410b2146
Octal257230313163102441341106
Binary1010111110011000110010111110110010101001000010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98CB; }

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

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

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

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

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

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

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

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