#AF9BFF

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

Shades of Biloba Flower #AF9BFF

Tints of Biloba Flower #AF9BFF

Color information

#AF9BFF (or 0xAF9BFF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and FF. RGB value is (175,155,255). Sum of RGB (Red+Green+Blue) = 175+155+255=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BFF is #506400. Grayscale: #ACACAC. Windows color (decimal): -5268481 or 16751535. OLE color: 16751535.

HSL color Cylindrical-coordinate representation of color #AF9BFF: hue angle of 252º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF9BFF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175155255-
CMYK0.310.3900
HSL252º100%80.39%-
HSV(B)252º39.22%100%-
XYZ47.4539.7899.78-
YUV172.38174.63129.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 255 (100% from 255) = 43.59%
R=29.91%
G=26.50%
B=43.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751552550.310.390025210080.39
HexAF9BFF1F2700fc6450
Octal257233377374700374144120
Binary10101111100110111111111111111100111001111110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BFF; }

 p { color: rgb(175,155,255); }

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

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

 a { background-color: rgb(175,155,255); }

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

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

 span { border-color: rgb(175,155,255); }

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