#af9bda

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

Shades of Biloba Flower #AF9BDA

Tints of Biloba Flower #AF9BDA

Color information

#AF9BDA (or 0xAF9BDA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and DA. RGB value is (175,155,218). Sum of RGB (Red+Green+Blue) = 175+155+218=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BDA is #506425. Grayscale: #A7A7A7. Windows color (decimal): -5268518 or 14326703. OLE color: 14326703.

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

Color convert

RGB175155218-
CMYK0.200.2900.15
HSL259.05º45.99%73.14%-
HSV(B)259.05º28.9%85.49%-
XYZ42.0637.6271.37-
YUV168.16156.13132.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=31.93%
G=28.28%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751552180.200.2900.15259.0545.9973.14
HexAF9BDA141D0F1032e49
Octal257233332243501740356111
Binary1010111110011011110110101010011101011111000000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9bda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9bda; }

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

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

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

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

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

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

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

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