#AF9BD8

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

Shades of Biloba Flower #AF9BD8

Tints of Biloba Flower #AF9BD8

Color information

#AF9BD8 (or 0xAF9BD8) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and D8. RGB value is (175,155,216). Sum of RGB (Red+Green+Blue) = 175+155+216=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF9BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BD8 is #506427. Grayscale: #A7A7A7. Windows color (decimal): -5268520 or 14195631. OLE color: 14195631.

HSL color Cylindrical-coordinate representation of color #AF9BD8: hue angle of 259.67º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9BD8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175155216-
CMYK0.190.2800.15
HSL259.67º43.88%72.75%-
HSV(B)259.67º28.24%84.71%-
XYZ41.837.5170-
YUV167.93155.13133.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=32.05%
G=28.39%
B=39.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751552160.190.2800.15259.6743.8872.75
HexAF9BD8131C0F1042c49
Octal257233330233401740454111
Binary1010111110011011110110001001111100011111000001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BD8; }

 p { color: rgb(175,155,216); }

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

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

 a { background-color: rgb(175,155,216); }

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

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

 span { border-color: rgb(175,155,216); }

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