#AF8ADF

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

Shades of Biloba Flower #AF8ADF

Tints of Biloba Flower #AF8ADF

Color information

#AF8ADF (or 0xAF8ADF) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and DF. RGB value is (175,138,223). Sum of RGB (Red+Green+Blue) = 175+138+223=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADF is #507520. Grayscale: #9E9E9E. Windows color (decimal): -5272865 or 14650031. OLE color: 14650031.

HSL color Cylindrical-coordinate representation of color #AF8ADF: hue angle of 266.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8ADF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175138223-
CMYK0.220.3800.13
HSL266.12º57.05%70.78%-
HSV(B)266.12º38.12%87.45%-
XYZ40.0932.6274-
YUV158.75164.26139.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=32.65%
G=25.75%
B=41.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751382230.220.3800.13266.1257.0570.78
HexAF8ADF16260D10a3947
Octal257212337264601541271107
Binary10101111100010101101111110110100110011011000010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ADF; }

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

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

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

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

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

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

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

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