#AF8FF1

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

Shades of Biloba Flower #AF8FF1

Tints of Biloba Flower #AF8FF1

Color information

#AF8FF1 (or 0xAF8FF1) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and F1. RGB value is (175,143,241). Sum of RGB (Red+Green+Blue) = 175+143+241=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FF1 is #50700E. Grayscale: #A3A3A3. Windows color (decimal): -5271567 or 15830959. OLE color: 15830959.

HSL color Cylindrical-coordinate representation of color #AF8FF1: hue angle of 259.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8FF1 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175143241-
CMYK0.270.4100.05
HSL259.59º77.78%75.29%-
HSV(B)259.59º40.66%94.51%-
XYZ43.3835.1187.71-
YUV163.74171.6136.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=31.31%
G=25.58%
B=43.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751432410.270.4100.05259.5977.7875.29
HexAF8FF11B29051044e4b
Octal257217361335105404116113
Binary10101111100011111111000111011101001010110000010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FF1; }

 p { color: rgb(175,143,241); }

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

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

 a { background-color: rgb(175,143,241); }

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

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

 span { border-color: rgb(175,143,241); }

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