#AF83D7

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

Shades of Biloba Flower #AF83D7

Tints of Biloba Flower #AF83D7

Color information

#AF83D7 (or 0xAF83D7) is unknown color: approx Biloba Flower. HEX triplet: AF, 83 and D7. RGB value is (175,131,215). Sum of RGB (Red+Green+Blue) = 175+131+215=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF83D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83D7 is #507C28. Grayscale: #999999. Windows color (decimal): -5274665 or 14123951. OLE color: 14123951.

HSL color Cylindrical-coordinate representation of color #AF83D7: hue angle of 271.43º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF83D7 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175131215-
CMYK0.190.3900.16
HSL271.43º51.22%67.84%-
HSV(B)271.43º39.07%84.31%-
XYZ38.0630.2568.12-
YUV153.73162.58143.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=33.59%
G=25.14%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751312150.190.3900.16271.4351.2267.84
HexAF83D7132701010f3344
Octal257203327234702041763104
Binary101011111000001111010111100111001110100001000011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83D7; }

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

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

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

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

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

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

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

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