#AF9ECF

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

Shades of Biloba Flower #AF9ECF

Tints of Biloba Flower #AF9ECF

Color information

#AF9ECF (or 0xAF9ECF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and CF. RGB value is (175,158,207). Sum of RGB (Red+Green+Blue) = 175+158+207=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ECF is #506130. Grayscale: #A8A8A8. Windows color (decimal): -5267761 or 13606575. OLE color: 13606575.

HSL color Cylindrical-coordinate representation of color #AF9ECF: hue angle of 260.82º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9ECF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175158207-
CMYK0.150.2400.19
HSL260.82º33.79%71.57%-
HSV(B)260.82º23.67%81.18%-
XYZ41.1738.0764.21-
YUV168.67149.63132.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=32.41%
G=29.26%
B=38.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751582070.150.2400.19260.8233.7971.57
HexAF9ECFF180131052248
Octal257236317173002340542110
Binary1010111110011110110011111111110000100111000001011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ECF; }

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

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

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

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

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

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

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

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