#A68FF9

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

Shades of Biloba Flower #A68FF9

Tints of Biloba Flower #A68FF9

Color information

#A68FF9 (or 0xA68FF9) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and F9. RGB value is (166,143,249). Sum of RGB (Red+Green+Blue) = 166+143+249=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #A68FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF9 is #597006. Grayscale: #A1A1A1. Windows color (decimal): -5861383 or 16355238. OLE color: 16355238.

HSL color Cylindrical-coordinate representation of color #A68FF9: hue angle of 253.02º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68FF9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166143249-
CMYK0.330.4300.02
HSL253.02º89.83%76.86%-
HSV(B)253.02º42.57%97.65%-
XYZ42.6534.5994.05-
YUV161.96177.12130.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=29.75%
G=25.63%
B=44.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661432490.330.4300.02253.0289.8376.86
HexA68FF9212B02fd5a4d
Octal246217371415302375132115
Binary1010011010001111111110011000011010110101111110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FF9; }

 p { color: rgb(166,143,249); }

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

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

 a { background-color: rgb(166,143,249); }

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

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

 span { border-color: rgb(166,143,249); }

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