#A68EDF

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

Shades of Biloba Flower #A68EDF

Tints of Biloba Flower #A68EDF

Color information

#A68EDF (or 0xA68EDF) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and DF. RGB value is (166,142,223). Sum of RGB (Red+Green+Blue) = 166+142+223=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A68EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDF is #597120. Grayscale: #9E9E9E. Windows color (decimal): -5861665 or 14651046. OLE color: 14651046.

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

Color convert

RGB166142223-
CMYK0.260.3600.13
HSL257.78º55.86%71.57%-
HSV(B)257.78º36.32%87.45%-
XYZ38.7232.7874.1-
YUV158.41164.45133.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=31.26%
G=26.74%
B=42.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661422230.260.3600.13257.7855.8671.57
HexA68EDF1A240D1023848
Octal246216337324401540270110
Binary10100110100011101101111111010100100011011000000101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EDF; }

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

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

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

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

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

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

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

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