#A68EDD

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

Shades of Biloba Flower #A68EDD

Tints of Biloba Flower #A68EDD

Color information

#A68EDD (or 0xA68EDD) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and DD. RGB value is (166,142,221). Sum of RGB (Red+Green+Blue) = 166+142+221=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A68EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDD is #597122. Grayscale: #9D9D9D. Windows color (decimal): -5861667 or 14519974. OLE color: 14519974.

HSL color Cylindrical-coordinate representation of color #A68EDD: hue angle of 258.23º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68EDD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166142221-
CMYK0.250.3600.13
HSL258.23º53.74%71.18%-
HSV(B)258.23º35.75%86.67%-
XYZ38.4532.6772.69-
YUV158.18163.45133.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=31.38%
G=26.84%
B=41.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661422210.250.3600.13258.2353.7471.18
HexA68EDD19240D1023647
Octal246216335314401540266107
Binary10100110100011101101110111001100100011011000000101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EDD; }

 p { color: rgb(166,142,221); }

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

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

 a { background-color: rgb(166,142,221); }

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

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

 span { border-color: rgb(166,142,221); }

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