#AF84FA

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

Shades of Biloba Flower #AF84FA

Tints of Biloba Flower #AF84FA

Color information

#AF84FA (or 0xAF84FA) is unknown color: approx Biloba Flower. HEX triplet: AF, 84 and FA. RGB value is (175,132,250). Sum of RGB (Red+Green+Blue) = 175+132+250=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84FA is #507B05. Grayscale: #9D9D9D. Windows color (decimal): -5274374 or 16417967. OLE color: 16417967.

HSL color Cylindrical-coordinate representation of color #AF84FA: hue angle of 261.86º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF84FA is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175132250-
CMYK0.30.4700.02
HSL261.86º92.19%74.9%-
HSV(B)261.86º47.2%98.04%-
XYZ43.1932.5294.44-
YUV158.31179.75139.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=31.42%
G=23.70%
B=44.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751322500.30.4700.02261.8692.1974.9
HexAF84FA1E2F021065c4b
Octal257204372365702406134113
Binary1010111110000100111110101111010111101010000011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84FA; }

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

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

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

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

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

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

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

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