#AF8BDF

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

Shades of Biloba Flower #AF8BDF

Tints of Biloba Flower #AF8BDF

Color information

#AF8BDF (or 0xAF8BDF) is unknown color: approx Biloba Flower. HEX triplet: AF, 8B and DF. RGB value is (175,139,223). Sum of RGB (Red+Green+Blue) = 175+139+223=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BDF is #507420. Grayscale: #9F9F9F. Windows color (decimal): -5272609 or 14650287. OLE color: 14650287.

HSL color Cylindrical-coordinate representation of color #AF8BDF: hue angle of 265.71º 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 #AF8BDF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175139223-
CMYK0.220.3800.13
HSL265.71º56.76%70.98%-
HSV(B)265.71º37.67%87.45%-
XYZ40.2332.9174.04-
YUV159.34163.93139.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=32.59%
G=25.88%
B=41.53%

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
Decimal1751392230.220.3800.13265.7156.7670.98
HexAF8BDF16260D10a3947
Octal257213337264601541271107
Binary10101111100010111101111110110100110011011000010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BDF; }

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

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

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

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

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

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

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

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