#AF92D5

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

Shades of Biloba Flower #AF92D5

Tints of Biloba Flower #AF92D5

Color information

#AF92D5 (or 0xAF92D5) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and D5. RGB value is (175,146,213). Sum of RGB (Red+Green+Blue) = 175+146+213=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF92D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92D5 is #506D2A. Grayscale: #A2A2A2. Windows color (decimal): -5270827 or 13996719. OLE color: 13996719.

HSL color Cylindrical-coordinate representation of color #AF92D5: hue angle of 265.97º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF92D5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175146213-
CMYK0.180.3100.16
HSL265.97º44.37%70.39%-
HSV(B)265.97º31.46%83.53%-
XYZ39.9734.4867.5-
YUV162.31156.61137.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=32.77%
G=27.34%
B=39.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751462130.180.3100.16265.9744.3770.39
HexAF92D5121F01010a2c46
Octal257222325223702041254106
Binary10101111100100101101010110010111110100001000010101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92D5; }

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

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

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

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

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

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

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

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