#AF9EFD

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

Shades of Biloba Flower #AF9EFD

Tints of Biloba Flower #AF9EFD

Color information

#AF9EFD (or 0xAF9EFD) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and FD. RGB value is (175,158,253). Sum of RGB (Red+Green+Blue) = 175+158+253=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EFD is #506102. Grayscale: #ADADAD. Windows color (decimal): -5267715 or 16621231. OLE color: 16621231.

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

Color convert

RGB175158253-
CMYK0.310.3800.01
HSL250.74º95.96%80.59%-
HSV(B)250.74º37.55%99.22%-
XYZ47.6440.6698.27-
YUV173.91172.63128.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=29.86%
G=26.96%
B=43.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751582530.310.3800.01250.7495.9680.59
HexAF9EFD1F2601fb6051
Octal257236375374601373140121
Binary10101111100111101111110111111100110011111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EFD; }

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

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

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

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

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

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

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

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