#A68FE4

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

Shades of Biloba Flower #A68FE4

Tints of Biloba Flower #A68FE4

Color information

#A68FE4 (or 0xA68FE4) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and E4. RGB value is (166,143,228). Sum of RGB (Red+Green+Blue) = 166+143+228=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #A68FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FE4 is #59701B. Grayscale: #9F9F9F. Windows color (decimal): -5861404 or 14978982. OLE color: 14978982.

HSL color Cylindrical-coordinate representation of color #A68FE4: hue angle of 256.24º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68FE4 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166143228-
CMYK0.270.3700.11
HSL256.24º61.15%72.75%-
HSV(B)256.24º37.28%89.41%-
XYZ39.5533.3577.75-
YUV159.57166.62132.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=30.91%
G=26.63%
B=42.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661432280.270.3700.11256.2461.1572.75
HexA68FE41B250B1003d49
Octal246217344334501340075111
Binary10100110100011111110010011011100101010111000000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FE4; }

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

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

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

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

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

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

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

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