#AF92ED

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

Shades of Biloba Flower #AF92ED

Tints of Biloba Flower #AF92ED

Color information

#AF92ED (or 0xAF92ED) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and ED. RGB value is (175,146,237). Sum of RGB (Red+Green+Blue) = 175+146+237=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92ED is #506D12. Grayscale: #A4A4A4. Windows color (decimal): -5270803 or 15569583. OLE color: 15569583.

HSL color Cylindrical-coordinate representation of color #AF92ED: hue angle of 259.12º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF92ED is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175146237-
CMYK0.260.3800.07
HSL259.12º71.65%75.1%-
HSV(B)259.12º38.4%92.94%-
XYZ43.2435.7984.75-
YUV165.04168.61135.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=31.36%
G=26.16%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751462370.260.3800.07259.1271.6575.1
HexAF92ED1A2607103484b
Octal257222355324607403110113
Binary10101111100100101110110111010100110011110000001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92ED; }

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

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

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

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

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

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

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

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