#A68BE4

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

Shades of Biloba Flower #A68BE4

Tints of Biloba Flower #A68BE4

Color information

#A68BE4 (or 0xA68BE4) is unknown color: approx Biloba Flower. HEX triplet: A6, 8B and E4. RGB value is (166,139,228). Sum of RGB (Red+Green+Blue) = 166+139+228=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #A68BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BE4 is #59741B. Grayscale: #9C9C9C. Windows color (decimal): -5862428 or 14977958. OLE color: 14977958.

HSL color Cylindrical-coordinate representation of color #A68BE4: hue angle of 258.2º degrees, saturation: 0.62, 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 #A68BE4 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166139228-
CMYK0.270.3900.11
HSL258.2º62.24%71.96%-
HSV(B)258.2º39.04%89.41%-
XYZ38.9632.1777.56-
YUV157.22167.95134.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=31.14%
G=26.08%
B=42.78%

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
Decimal1661392280.270.3900.11258.262.2471.96
HexA68BE41B270B1023e48
Octal246213344334701340276110
Binary10100110100010111110010011011100111010111000000101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BE4; }

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

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

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

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

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

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

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

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