#AF8AD0

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

Shades of Biloba Flower #AF8AD0

Tints of Biloba Flower #AF8AD0

Color information

#AF8AD0 (or 0xAF8AD0) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and D0. RGB value is (175,138,208). Sum of RGB (Red+Green+Blue) = 175+138+208=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AD0 is #50752F. Grayscale: #9C9C9C. Windows color (decimal): -5272880 or 13666991. OLE color: 13666991.

HSL color Cylindrical-coordinate representation of color #AF8AD0: hue angle of 271.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8AD0 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175138208-
CMYK0.160.3400.18
HSL271.71º42.68%67.84%-
HSV(B)271.71º33.65%81.57%-
XYZ38.1531.8463.81-
YUV157.04156.76140.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=33.59%
G=26.49%
B=39.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751382080.160.3400.18271.7142.6867.84
HexAF8AD010220121102b44
Octal257212320204202242053104
Binary101011111000101011010000100001000100100101000100001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AD0; }

 p { color: rgb(175,138,208); }

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

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

 a { background-color: rgb(175,138,208); }

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

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

 span { border-color: rgb(175,138,208); }

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