#AF92EA

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

Shades of Biloba Flower #AF92EA

Tints of Biloba Flower #AF92EA

Color information

#AF92EA (or 0xAF92EA) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and EA. RGB value is (175,146,234). Sum of RGB (Red+Green+Blue) = 175+146+234=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92EA is #506D15. Grayscale: #A4A4A4. Windows color (decimal): -5270806 or 15372975. OLE color: 15372975.

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

Color convert

RGB175146234-
CMYK0.250.3800.08
HSL259.77º67.69%74.51%-
HSV(B)259.77º37.61%91.76%-
XYZ42.8135.6182.46-
YUV164.7167.11135.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=31.53%
G=26.31%
B=42.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751462340.250.3800.08259.7767.6974.51
HexAF92EA192608104444b
Octal2572223523146010404104113
Binary101011111001001011101010110011001100100010000010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92EA; }

 p { color: rgb(175,146,234); }

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

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

 a { background-color: rgb(175,146,234); }

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

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

 span { border-color: rgb(175,146,234); }

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