#AF83ED

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

Shades of Biloba Flower #AF83ED

Tints of Biloba Flower #AF83ED

Color information

#AF83ED (or 0xAF83ED) is unknown color: approx Biloba Flower. HEX triplet: AF, 83 and ED. RGB value is (175,131,237). Sum of RGB (Red+Green+Blue) = 175+131+237=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83ED is #507C12. Grayscale: #9B9B9B. Windows color (decimal): -5274643 or 15565743. OLE color: 15565743.

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

Color convert

RGB175131237-
CMYK0.260.4500.07
HSL264.91º74.65%72.16%-
HSV(B)264.91º44.73%92.94%-
XYZ41.0831.4684.03-
YUV156.24173.58141.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=32.23%
G=24.13%
B=43.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751312370.260.4500.07264.9174.6572.16
HexAF83ED1A2D071094b48
Octal257203355325507411113110
Binary10101111100000111110110111010101101011110000100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83ED; }

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

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

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

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

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

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

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

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