#AF8AD8

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

Shades of Biloba Flower #AF8AD8

Tints of Biloba Flower #AF8AD8

Color information

#AF8AD8 (or 0xAF8AD8) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and D8. RGB value is (175,138,216). Sum of RGB (Red+Green+Blue) = 175+138+216=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF8AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AD8 is #507527. Grayscale: #9D9D9D. Windows color (decimal): -5272872 or 14191279. OLE color: 14191279.

HSL color Cylindrical-coordinate representation of color #AF8AD8: hue angle of 268.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8AD8 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175138216-
CMYK0.190.3600.15
HSL268.46º50%69.41%-
HSV(B)268.46º36.11%84.71%-
XYZ39.1632.2569.13-
YUV157.95160.76140.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=33.08%
G=26.09%
B=40.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751382160.190.3600.15268.465069.41
HexAF8AD813240F10c3245
Octal257212330234401741462105
Binary10101111100010101101100010011100100011111000011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AD8; }

 p { color: rgb(175,138,216); }

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

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

 a { background-color: rgb(175,138,216); }

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

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

 span { border-color: rgb(175,138,216); }

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