#AF92DF

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

Shades of Biloba Flower #AF92DF

Tints of Biloba Flower #AF92DF

Color information

#AF92DF (or 0xAF92DF) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and DF. RGB value is (175,146,223). Sum of RGB (Red+Green+Blue) = 175+146+223=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92DF is #506D20. Grayscale: #A3A3A3. Windows color (decimal): -5270817 or 14652079. OLE color: 14652079.

HSL color Cylindrical-coordinate representation of color #AF92DF: hue angle of 262.6º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF92DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175146223-
CMYK0.220.3500.13
HSL262.6º54.61%72.35%-
HSV(B)262.6º34.53%87.45%-
XYZ41.283574.39-
YUV163.45161.61136.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=32.17%
G=26.84%
B=40.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751462230.220.3500.13262.654.6172.35
HexAF92DF16230D1073748
Octal257222337264301540767110
Binary10101111100100101101111110110100011011011000001111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92DF; }

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

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

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

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

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

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

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

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