#A68DFA

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

Shades of Biloba Flower #A68DFA

Tints of Biloba Flower #A68DFA

Color information

#A68DFA (or 0xA68DFA) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and FA. RGB value is (166,141,250). Sum of RGB (Red+Green+Blue) = 166+141+250=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #A68DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DFA is #597205. Grayscale: #A0A0A0. Windows color (decimal): -5861894 or 16420262. OLE color: 16420262.

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

Color convert

RGB166141250-
CMYK0.340.4400.02
HSL253.76º91.6%76.67%-
HSV(B)253.76º43.6%98.04%-
XYZ42.5134.0694.78-
YUV160.9178.28131.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=29.80%
G=25.31%
B=44.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661412500.340.4400.02253.7691.676.67
HexA68DFA222C02fe5c4d
Octal246215372425402376134115
Binary1010011010001101111110101000101011000101111111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DFA; }

 p { color: rgb(166,141,250); }

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

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

 a { background-color: rgb(166,141,250); }

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

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

 span { border-color: rgb(166,141,250); }

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