#AF86DA

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

Shades of Biloba Flower #AF86DA

Tints of Biloba Flower #AF86DA

Color information

#AF86DA (or 0xAF86DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and DA. RGB value is (175,134,218). Sum of RGB (Red+Green+Blue) = 175+134+218=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF86DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86DA is #507925. Grayscale: #9B9B9B. Windows color (decimal): -5273894 or 14321327. OLE color: 14321327.

HSL color Cylindrical-coordinate representation of color #AF86DA: hue angle of 269.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF86DA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175134218-
CMYK0.200.3900.15
HSL269.29º53.16%69.02%-
HSV(B)269.29º38.53%85.49%-
XYZ38.8631.2370.31-
YUV155.84163.08141.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=33.21%
G=25.43%
B=41.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751342180.200.3900.15269.2953.1669.02
HexAF86DA14270F10d3545
Octal257206332244701741565105
Binary10101111100001101101101010100100111011111000011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86DA; }

 p { color: rgb(175,134,218); }

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

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

 a { background-color: rgb(175,134,218); }

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

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

 span { border-color: rgb(175,134,218); }

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