#A68BE5

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

Shades of Biloba Flower #A68BE5

Tints of Biloba Flower #A68BE5

Color information

#A68BE5 (or 0xA68BE5) is unknown color: approx Biloba Flower. HEX triplet: A6, 8B and E5. RGB value is (166,139,229). Sum of RGB (Red+Green+Blue) = 166+139+229=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #A68BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BE5 is #59741A. Grayscale: #9D9D9D. Windows color (decimal): -5862427 or 15043494. OLE color: 15043494.

HSL color Cylindrical-coordinate representation of color #A68BE5: hue angle of 258º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68BE5 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166139229-
CMYK0.280.3900.10
HSL258º63.38%72.16%-
HSV(B)258º39.3%89.8%-
XYZ39.132.2378.29-
YUV157.33168.45134.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 229 (89.84% from 255) = 42.88%
R=31.09%
G=26.03%
B=42.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661392290.280.3900.1025863.3872.16
HexA68BE51C270A1023f48
Octal246213345344701240277110
Binary10100110100010111110010111100100111010101000000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BE5; }

 p { color: rgb(166,139,229); }

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

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

 a { background-color: rgb(166,139,229); }

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

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

 span { border-color: rgb(166,139,229); }

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