#AF84EF

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

Shades of Biloba Flower #AF84EF

Tints of Biloba Flower #AF84EF

Color information

#AF84EF (or 0xAF84EF) is unknown color: approx Biloba Flower. HEX triplet: AF, 84 and EF. RGB value is (175,132,239). Sum of RGB (Red+Green+Blue) = 175+132+239=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84EF is #507B10. Grayscale: #9C9C9C. Windows color (decimal): -5274385 or 15697071. OLE color: 15697071.

HSL color Cylindrical-coordinate representation of color #AF84EF: hue angle of 264.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF84EF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175132239-
CMYK0.270.4500.06
HSL264.11º76.98%72.75%-
HSV(B)264.11º44.77%93.73%-
XYZ41.5131.8585.62-
YUV157.06174.25140.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=32.05%
G=24.18%
B=43.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751322390.270.4500.06264.1176.9872.75
HexAF84EF1B2D061084d49
Octal257204357335506410115111
Binary10101111100001001110111111011101101011010000100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84EF; }

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

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

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

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

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

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

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

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