#AF98DC

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

Shades of Biloba Flower #AF98DC

Tints of Biloba Flower #AF98DC

Color information

#AF98DC (or 0xAF98DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and DC. RGB value is (175,152,220). Sum of RGB (Red+Green+Blue) = 175+152+220=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98DC is #506723. Grayscale: #A6A6A6. Windows color (decimal): -5269284 or 14457007. OLE color: 14457007.

HSL color Cylindrical-coordinate representation of color #AF98DC: hue angle of 260.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF98DC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175152220-
CMYK0.200.3100.14
HSL260.29º49.28%72.94%-
HSV(B)260.29º30.91%86.27%-
XYZ41.8336.7472.6-
YUV166.63158.12133.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=31.99%
G=27.79%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751522200.200.3100.14260.2949.2872.94
HexAF98DC141F0E1043149
Octal257230334243701640461111
Binary1010111110011000110111001010011111011101000001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98DC; }

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

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

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

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

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

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

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

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