#AFA3BD

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

Shades of Biloba Flower #AFA3BD

Tints of Biloba Flower #AFA3BD

Color information

#AFA3BD (or 0xAFA3BD) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and BD. RGB value is (175,163,189). Sum of RGB (Red+Green+Blue) = 175+163+189=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3BD is #505C42. Grayscale: #A9A9A9. Windows color (decimal): -5266499 or 12428207. OLE color: 12428207.

HSL color Cylindrical-coordinate representation of color #AFA3BD: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA3BD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175163189-
CMYK0.070.1400.26
HSL267.69º16.46%69.02%-
HSV(B)267.69º13.76%74.12%-
XYZ39.9638.9853.56-
YUV169.55138.98131.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=33.21%
G=30.93%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751631890.070.1400.26267.6916.4669.02
HexAFA3BD7E01A10c1045
Octal25724327571603241420105
Binary1010111110100011101111011111110011010100001100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3BD; }

 p { color: rgb(175,163,189); }

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

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

 a { background-color: rgb(175,163,189); }

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

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

 span { border-color: rgb(175,163,189); }

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