#AF84FD

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

Shades of Biloba Flower #AF84FD

Tints of Biloba Flower #AF84FD

Color information

#AF84FD (or 0xAF84FD) is unknown color: approx Biloba Flower. HEX triplet: AF, 84 and FD. RGB value is (175,132,253). Sum of RGB (Red+Green+Blue) = 175+132+253=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84FD is #507B02. Grayscale: #9E9E9E. Windows color (decimal): -5274371 or 16614575. OLE color: 16614575.

HSL color Cylindrical-coordinate representation of color #AF84FD: hue angle of 261.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF84FD is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175132253-
CMYK0.310.4800.01
HSL261.32º96.8%75.49%-
HSV(B)261.32º47.83%99.22%-
XYZ43.6632.7196.94-
YUV158.65181.25139.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=31.25%
G=23.57%
B=45.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751322530.310.4800.01261.3296.875.49
HexAF84FD1F3001105614b
Octal257204375376001405141113
Binary101011111000010011111101111111100000110000010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84FD; }

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

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

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

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

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

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

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

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