#AF9FFD

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

Shades of Biloba Flower #AF9FFD

Tints of Biloba Flower #AF9FFD

Color information

#AF9FFD (or 0xAF9FFD) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and FD. RGB value is (175,159,253). Sum of RGB (Red+Green+Blue) = 175+159+253=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FFD is #506002. Grayscale: #AEAEAE. Windows color (decimal): -5267459 or 16621487. OLE color: 16621487.

HSL color Cylindrical-coordinate representation of color #AF9FFD: hue angle of 250.21º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF9FFD is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175159253-
CMYK0.310.3700.01
HSL250.21º95.92%80.78%-
HSV(B)250.21º37.15%99.22%-
XYZ47.814198.32-
YUV174.5172.3128.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=29.81%
G=27.09%
B=43.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751592530.310.3700.01250.2195.9280.78
HexAF9FFD1F2501fa6051
Octal257237375374501372140121
Binary10101111100111111111110111111100101011111101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FFD; }

 p { color: rgb(175,159,253); }

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

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

 a { background-color: rgb(175,159,253); }

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

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

 span { border-color: rgb(175,159,253); }

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