#A68AE3

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

Shades of Biloba Flower #A68AE3

Tints of Biloba Flower #A68AE3

Color information

#A68AE3 (or 0xA68AE3) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and E3. RGB value is (166,138,227). Sum of RGB (Red+Green+Blue) = 166+138+227=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #A68AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AE3 is #59751C. Grayscale: #9C9C9C. Windows color (decimal): -5862685 or 14912166. OLE color: 14912166.

HSL color Cylindrical-coordinate representation of color #A68AE3: hue angle of 258.88º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68AE3 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166138227-
CMYK0.270.3900.11
HSL258.88º61.38%71.57%-
HSV(B)258.88º39.21%89.02%-
XYZ38.6831.8376.78-
YUV156.52167.78134.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=31.26%
G=25.99%
B=42.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661382270.270.3900.11258.8861.3871.57
HexA68AE31B270B1033d48
Octal246212343334701340375110
Binary10100110100010101110001111011100111010111000000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AE3; }

 p { color: rgb(166,138,227); }

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

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

 a { background-color: rgb(166,138,227); }

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

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

 span { border-color: rgb(166,138,227); }

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