#AF98CD

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

Shades of Biloba Flower #AF98CD

Tints of Biloba Flower #AF98CD

Color information

#AF98CD (or 0xAF98CD) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and CD. RGB value is (175,152,205). Sum of RGB (Red+Green+Blue) = 175+152+205=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF98CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98CD is #506732. Grayscale: #A4A4A4. Windows color (decimal): -5269299 or 13473967. OLE color: 13473967.

HSL color Cylindrical-coordinate representation of color #AF98CD: hue angle of 266.04º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF98CD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175152205-
CMYK0.150.2600.20
HSL266.04º34.64%70%-
HSV(B)266.04º25.85%80.39%-
XYZ39.9335.9862.6-
YUV164.92150.62135.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=32.89%
G=28.57%
B=38.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751522050.150.2600.20266.0434.6470
HexAF98CDF1A01410a2346
Octal257230315173202441243106
Binary1010111110011000110011011111110100101001000010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98CD; }

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

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

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

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

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

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

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

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