#AF93EB

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

Shades of Biloba Flower #AF93EB

Tints of Biloba Flower #AF93EB

Color information

#AF93EB (or 0xAF93EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and EB. RGB value is (175,147,235). Sum of RGB (Red+Green+Blue) = 175+147+235=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF93EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93EB is #506C14. Grayscale: #A5A5A5. Windows color (decimal): -5270549 or 15438767. OLE color: 15438767.

HSL color Cylindrical-coordinate representation of color #AF93EB: hue angle of 259.09º 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 #AF93EB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175147235-
CMYK0.260.3700.08
HSL259.09º68.75%74.9%-
HSV(B)259.09º37.45%92.16%-
XYZ43.1135.9883.27-
YUV165.4167.28134.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=31.42%
G=26.39%
B=42.19%

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
Decimal1751472350.260.3700.08259.0968.7574.9
HexAF93EB1A2508103454b
Octal2572233533245010403105113
Binary101011111001001111101011110101001010100010000001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93EB; }

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

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

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

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

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

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

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

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