#AF9BCE

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

Shades of Biloba Flower #AF9BCE

Tints of Biloba Flower #AF9BCE

Color information

#AF9BCE (or 0xAF9BCE) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and CE. RGB value is (175,155,206). Sum of RGB (Red+Green+Blue) = 175+155+206=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BCE is #506431. Grayscale: #A6A6A6. Windows color (decimal): -5268530 or 13540271. OLE color: 13540271.

HSL color Cylindrical-coordinate representation of color #AF9BCE: hue angle of 263.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9BCE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175155206-
CMYK0.150.2500.19
HSL263.53º34.23%70.78%-
HSV(B)263.53º24.76%80.78%-
XYZ40.5437.0163.4-
YUV166.79150.13133.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=32.65%
G=28.92%
B=38.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751552060.150.2500.19263.5334.2370.78
HexAF9BCEF190131082247
Octal257233316173102341042107
Binary1010111110011011110011101111110010100111000010001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BCE; }

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

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

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

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

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

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

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

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