#AF8FD3

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

Shades of Biloba Flower #AF8FD3

Tints of Biloba Flower #AF8FD3

Color information

#AF8FD3 (or 0xAF8FD3) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and D3. RGB value is (175,143,211). Sum of RGB (Red+Green+Blue) = 175+143+211=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF8FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FD3 is #50702C. Grayscale: #A0A0A0. Windows color (decimal): -5271597 or 13864879. OLE color: 13864879.

HSL color Cylindrical-coordinate representation of color #AF8FD3: hue angle of 268.24º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8FD3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175143211-
CMYK0.170.3200.17
HSL268.24º43.59%69.41%-
HSV(B)268.24º32.23%82.75%-
XYZ39.2633.4666.02-
YUV160.32156.6138.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=33.08%
G=27.03%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751432110.170.3200.17268.2443.5969.41
HexAF8FD3112001110c2c45
Octal257217323214002141454105
Binary101011111000111111010011100011000000100011000011001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FD3; }

 p { color: rgb(175,143,211); }

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

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

 a { background-color: rgb(175,143,211); }

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

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

 span { border-color: rgb(175,143,211); }

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