#AF8BCF

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

Shades of Biloba Flower #AF8BCF

Tints of Biloba Flower #AF8BCF

Color information

#AF8BCF (or 0xAF8BCF) is unknown color: approx Biloba Flower. HEX triplet: AF, 8B and CF. RGB value is (175,139,207). Sum of RGB (Red+Green+Blue) = 175+139+207=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BCF is #507430. Grayscale: #9D9D9D. Windows color (decimal): -5272625 or 13601711. OLE color: 13601711.

HSL color Cylindrical-coordinate representation of color #AF8BCF: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8BCF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175139207-
CMYK0.150.3300.19
HSL271.76º41.46%67.84%-
HSV(B)271.76º32.85%81.18%-
XYZ38.1732.0863.21-
YUV157.52155.93140.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=33.59%
G=26.68%
B=39.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751392070.150.3300.19271.7641.4667.84
HexAF8BCFF210131102944
Octal257213317174102342051104
Binary10101111100010111100111111111000010100111000100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BCF; }

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

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

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

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

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

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

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

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