#A68FF1

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

Shades of Biloba Flower #A68FF1

Tints of Biloba Flower #A68FF1

Color information

#A68FF1 (or 0xA68FF1) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and F1. RGB value is (166,143,241). Sum of RGB (Red+Green+Blue) = 166+143+241=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #A68FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF1 is #59700E. Grayscale: #A0A0A0. Windows color (decimal): -5861391 or 15830950. OLE color: 15830950.

HSL color Cylindrical-coordinate representation of color #A68FF1: hue angle of 254.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68FF1 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166143241-
CMYK0.310.4100.05
HSL254.08º77.78%75.29%-
HSV(B)254.08º40.66%94.51%-
XYZ41.4334.187.62-
YUV161.05173.12131.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=30.18%
G=26%
B=43.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661432410.310.4100.05254.0877.7875.29
HexA68FF11F2905fe4e4b
Octal246217361375105376116113
Binary1010011010001111111100011111110100101011111111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FF1; }

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

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

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

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

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

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

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

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