#AF83D9

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

Shades of Biloba Flower #AF83D9

Tints of Biloba Flower #AF83D9

Color information

#AF83D9 (or 0xAF83D9) is unknown color: approx Biloba Flower. HEX triplet: AF, 83 and D9. RGB value is (175,131,217). Sum of RGB (Red+Green+Blue) = 175+131+217=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF83D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D9 is #507C26. Grayscale: #999999. Windows color (decimal): -5274663 or 14255023. OLE color: 14255023.

HSL color Cylindrical-coordinate representation of color #AF83D9: hue angle of 270.7º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF83D9 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175131217-
CMYK0.190.4000.15
HSL270.7º53.09%68.24%-
HSV(B)270.7º39.63%85.1%-
XYZ38.3230.3669.49-
YUV153.96163.58143.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=33.46%
G=25.05%
B=41.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751312170.190.4000.15270.753.0968.24
HexAF83D913280F10f3544
Octal257203331235001741765104
Binary10101111100000111101100110011101000011111000011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83D9; }

 p { color: rgb(175,131,217); }

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

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

 a { background-color: rgb(175,131,217); }

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

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

 span { border-color: rgb(175,131,217); }

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