#AF84D8

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

Shades of Biloba Flower #AF84D8

Tints of Biloba Flower #AF84D8

Color information

#AF84D8 (or 0xAF84D8) is unknown color: approx Biloba Flower. HEX triplet: AF, 84 and D8. RGB value is (175,132,216). Sum of RGB (Red+Green+Blue) = 175+132+216=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF84D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84D8 is #507B27. Grayscale: #9A9A9A. Windows color (decimal): -5274408 or 14189743. OLE color: 14189743.

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

Color convert

RGB175132216-
CMYK0.190.3900.15
HSL270.71º51.85%68.24%-
HSV(B)270.71º38.89%84.71%-
XYZ38.3330.5768.85-
YUV154.43162.75142.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=33.46%
G=25.24%
B=41.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751322160.190.3900.15270.7151.8568.24
HexAF84D813270F10f3444
Octal257204330234701741764104
Binary10101111100001001101100010011100111011111000011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84D8; }

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

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

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

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

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

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

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

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