#A886CF

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

Shades of Biloba Flower #A886CF

Tints of Biloba Flower #A886CF

Color information

#A886CF (or 0xA886CF) is unknown color: approx Biloba Flower. HEX triplet: A8, 86 and CF. RGB value is (168,134,207). Sum of RGB (Red+Green+Blue) = 168+134+207=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A886CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886CF is #577930. Grayscale: #989898. Windows color (decimal): -5732657 or 13600424. OLE color: 13600424.

HSL color Cylindrical-coordinate representation of color #A886CF: hue angle of 267.95º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A886CF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168134207-
CMYK0.190.3500.19
HSL267.95º43.2%66.86%-
HSV(B)267.95º35.27%81.18%-
XYZ35.9429.8862.9-
YUV152.49158.76139.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=33.01%
G=26.33%
B=40.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681342070.190.3500.19267.9543.266.86
HexA886CF132301310c2b43
Octal250206317234302341453103
Binary101010001000011011001111100111000110100111000011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886CF; }

 p { color: rgb(168,134,207); }

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

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

 a { background-color: rgb(168,134,207); }

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

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

 span { border-color: rgb(168,134,207); }

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