#A689F5

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

Shades of Biloba Flower #A689F5

Tints of Biloba Flower #A689F5

Color information

#A689F5 (or 0xA689F5) is unknown color: approx Biloba Flower. HEX triplet: A6, 89 and F5. RGB value is (166,137,245). Sum of RGB (Red+Green+Blue) = 166+137+245=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #A689F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689F5 is #59760A. Grayscale: #9D9D9D. Windows color (decimal): -5862923 or 16091558. OLE color: 16091558.

HSL color Cylindrical-coordinate representation of color #A689F5: hue angle of 256.11º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A689F5 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166137245-
CMYK0.320.4400.04
HSL256.11º84.38%74.9%-
HSV(B)256.11º44.08%96.08%-
XYZ41.1532.5990.51-
YUV157.98177.11133.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=30.29%
G=25%
B=44.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661372450.320.4400.04256.1184.3874.9
HexA689F5202C04100544b
Octal246211365405404400124113
Binary101001101000100111110101100000101100010010000000010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689F5; }

 p { color: rgb(166,137,245); }

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

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

 a { background-color: rgb(166,137,245); }

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

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

 span { border-color: rgb(166,137,245); }

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