#A68AE5

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

Shades of Biloba Flower #A68AE5

Tints of Biloba Flower #A68AE5

Color information

#A68AE5 (or 0xA68AE5) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and E5. RGB value is (166,138,229). Sum of RGB (Red+Green+Blue) = 166+138+229=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #A68AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AE5 is #59751A. Grayscale: #9C9C9C. Windows color (decimal): -5862683 or 15043238. OLE color: 15043238.

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

Color convert

RGB166138229-
CMYK0.280.4000.10
HSL258.46º63.64%71.96%-
HSV(B)258.46º39.74%89.8%-
XYZ38.9631.9478.24-
YUV156.75168.78134.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=31.14%
G=25.89%
B=42.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661382290.280.4000.10258.4663.6471.96
HexA68AE51C280A1024048
Octal2462123453450012402100110
Binary101001101000101011100101111001010000101010000001010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AE5; }

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

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

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

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

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

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

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

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