#AF8AD7

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

Shades of Biloba Flower #AF8AD7

Tints of Biloba Flower #AF8AD7

Color information

#AF8AD7 (or 0xAF8AD7) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and D7. RGB value is (175,138,215). Sum of RGB (Red+Green+Blue) = 175+138+215=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF8AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AD7 is #507528. Grayscale: #9D9D9D. Windows color (decimal): -5272873 or 14125743. OLE color: 14125743.

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

Color convert

RGB175138215-
CMYK0.190.3600.16
HSL268.83º49.04%69.22%-
HSV(B)268.83º35.81%84.31%-
XYZ39.0332.268.45-
YUV157.84160.26140.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=33.14%
G=26.14%
B=40.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751382150.190.3600.16268.8349.0469.22
HexAF8AD7132401010d3145
Octal257212327234402041561105
Binary101011111000101011010111100111001000100001000011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AD7; }

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

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

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

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

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

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

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

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