#A68EEE

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

Shades of Biloba Flower #A68EEE

Tints of Biloba Flower #A68EEE

Color information

#A68EEE (or 0xA68EEE) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and EE. RGB value is (166,142,238). Sum of RGB (Red+Green+Blue) = 166+142+238=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EEE is #597111. Grayscale: #9F9F9F. Windows color (decimal): -5861650 or 15634086. OLE color: 15634086.

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

Color convert

RGB166142238-
CMYK0.300.4000.07
HSL255º73.85%74.51%-
HSV(B)255º40.34%93.33%-
XYZ40.8333.6385.23-
YUV160.12171.95132.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.40%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=30.40%
G=26.01%
B=43.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661422380.300.4000.0725573.8574.51
HexA68EEE1E2807ff4a4b
Octal246216356365007377112113
Binary1010011010001110111011101111010100001111111111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EEE; }

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

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

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

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

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

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

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

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