#AF98D5

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

Shades of Biloba Flower #AF98D5

Tints of Biloba Flower #AF98D5

Color information

#AF98D5 (or 0xAF98D5) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and D5. RGB value is (175,152,213). Sum of RGB (Red+Green+Blue) = 175+152+213=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF98D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98D5 is #50672A. Grayscale: #A5A5A5. Windows color (decimal): -5269291 or 13998255. OLE color: 13998255.

HSL color Cylindrical-coordinate representation of color #AF98D5: hue angle of 262.62º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF98D5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175152213-
CMYK0.180.2900.16
HSL262.62º42.07%71.57%-
HSV(B)262.62º28.64%83.53%-
XYZ40.9236.3767.82-
YUV165.83154.62134.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=32.41%
G=28.15%
B=39.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751522130.180.2900.16262.6242.0771.57
HexAF98D5121D0101072a48
Octal257230325223502040752110
Binary10101111100110001101010110010111010100001000001111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98D5; }

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

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

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

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

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

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

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

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