#AF8DDC

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

Shades of Biloba Flower #AF8DDC

Tints of Biloba Flower #AF8DDC

Color information

#AF8DDC (or 0xAF8DDC) is unknown color: approx Biloba Flower. HEX triplet: AF, 8D and DC. RGB value is (175,141,220). Sum of RGB (Red+Green+Blue) = 175+141+220=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DDC is #507223. Grayscale: #9F9F9F. Windows color (decimal): -5272100 or 14454191. OLE color: 14454191.

HSL color Cylindrical-coordinate representation of color #AF8DDC: hue angle of 265.82º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8DDC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175141220-
CMYK0.200.3600.14
HSL265.82º53.02%70.78%-
HSV(B)265.82º35.91%86.27%-
XYZ40.1233.3372.03-
YUV160.17161.76138.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=32.65%
G=26.31%
B=41.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751412200.200.3600.14265.8253.0270.78
HexAF8DDC14240E10a3547
Octal257215334244401641265107
Binary10101111100011011101110010100100100011101000010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DDC; }

 p { color: rgb(175,141,220); }

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

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

 a { background-color: rgb(175,141,220); }

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

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

 span { border-color: rgb(175,141,220); }

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