#AF94EB

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

Shades of Biloba Flower #AF94EB

Tints of Biloba Flower #AF94EB

Color information

#AF94EB (or 0xAF94EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and EB. RGB value is (175,148,235). Sum of RGB (Red+Green+Blue) = 175+148+235=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF94EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94EB is #506B14. Grayscale: #A5A5A5. Windows color (decimal): -5270293 or 15439023. OLE color: 15439023.

HSL color Cylindrical-coordinate representation of color #AF94EB: hue angle of 258.62º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF94EB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175148235-
CMYK0.260.3700.08
HSL258.62º68.5%75.1%-
HSV(B)258.62º37.02%92.16%-
XYZ43.2636.2983.32-
YUV165.99166.95134.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=31.36%
G=26.52%
B=42.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751482350.260.3700.08258.6268.575.1
HexAF94EB1A2508103454b
Octal2572243533245010403105113
Binary101011111001010011101011110101001010100010000001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94EB; }

 p { color: rgb(175,148,235); }

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

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

 a { background-color: rgb(175,148,235); }

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

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

 span { border-color: rgb(175,148,235); }

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