#AF8BF1

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

Shades of Biloba Flower #AF8BF1

Tints of Biloba Flower #AF8BF1

Color information

#AF8BF1 (or 0xAF8BF1) is unknown color: approx Biloba Flower. HEX triplet: AF, 8B and F1. RGB value is (175,139,241). Sum of RGB (Red+Green+Blue) = 175+139+241=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF8BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BF1 is #50740E. Grayscale: #A1A1A1. Windows color (decimal): -5272591 or 15829935. OLE color: 15829935.

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

Color convert

RGB175139241-
CMYK0.270.4200.05
HSL261.18º78.46%74.51%-
HSV(B)261.18º42.32%94.51%-
XYZ42.7933.9387.51-
YUV161.39172.93137.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=31.53%
G=25.05%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751392410.270.4200.05261.1878.4674.51
HexAF8BF11B2A051054e4b
Octal257213361335205405116113
Binary10101111100010111111000111011101010010110000010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BF1; }

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

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

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

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

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

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

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

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