#AF98CA

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

Shades of Biloba Flower #AF98CA

Tints of Biloba Flower #AF98CA

Color information

#AF98CA (or 0xAF98CA) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and CA. RGB value is (175,152,202). Sum of RGB (Red+Green+Blue) = 175+152+202=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98CA is #506735. Grayscale: #A4A4A4. Windows color (decimal): -5269302 or 13277359. OLE color: 13277359.

HSL color Cylindrical-coordinate representation of color #AF98CA: hue angle of 267.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF98CA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175152202-
CMYK0.130.2500.21
HSL267.6º32.05%69.41%-
HSV(B)267.6º24.75%79.22%-
XYZ39.5735.8360.71-
YUV164.58149.12135.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=33.08%
G=28.73%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751522020.130.2500.21267.632.0569.41
HexAF98CAD1901510c2045
Octal257230312153102541440105
Binary1010111110011000110010101101110010101011000011001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98CA; }

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

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

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

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

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

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

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

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