#A68AEE

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

Shades of Biloba Flower #A68AEE

Tints of Biloba Flower #A68AEE

Color information

#A68AEE (or 0xA68AEE) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and EE. RGB value is (166,138,238). Sum of RGB (Red+Green+Blue) = 166+138+238=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AEE is #597511. Grayscale: #9D9D9D. Windows color (decimal): -5862674 or 15633062. OLE color: 15633062.

HSL color Cylindrical-coordinate representation of color #A68AEE: hue angle of 256.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68AEE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166138238-
CMYK0.300.4200.07
HSL256.8º74.63%73.73%-
HSV(B)256.8º42.02%93.33%-
XYZ40.2532.4685.03-
YUV157.77173.28133.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.63%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=30.63%
G=25.46%
B=43.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661382380.300.4200.07256.874.6373.73
HexA68AEE1E2A071014b4a
Octal246212356365207401113112
Binary10100110100010101110111011110101010011110000000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AEE; }

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

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

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

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

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

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

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

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