#A68FDD

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

Shades of Biloba Flower #A68FDD

Tints of Biloba Flower #A68FDD

Color information

#A68FDD (or 0xA68FDD) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and DD. RGB value is (166,143,221). Sum of RGB (Red+Green+Blue) = 166+143+221=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A68FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDD is #597022. Grayscale: #9E9E9E. Windows color (decimal): -5861411 or 14520230. OLE color: 14520230.

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

Color convert

RGB166143221-
CMYK0.250.3500.13
HSL257.69º53.42%71.37%-
HSV(B)257.69º35.29%86.67%-
XYZ38.632.9772.74-
YUV158.77163.12133.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=31.32%
G=26.98%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661432210.250.3500.13257.6953.4271.37
HexA68FDD19230D1023547
Octal246217335314301540265107
Binary10100110100011111101110111001100011011011000000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FDD; }

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

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

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

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

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

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

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

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