#A893E4

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

Shades of Biloba Flower #A893E4

Tints of Biloba Flower #A893E4

Color information

#A893E4 (or 0xA893E4) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and E4. RGB value is (168,147,228). Sum of RGB (Red+Green+Blue) = 168+147+228=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #A893E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893E4 is #576C1B. Grayscale: #A2A2A2. Windows color (decimal): -5729308 or 14980008. OLE color: 14980008.

HSL color Cylindrical-coordinate representation of color #A893E4: hue angle of 255.56º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A893E4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168147228-
CMYK0.260.3600.11
HSL255.56º60%73.53%-
HSV(B)255.56º35.53%89.41%-
XYZ40.5934.7977.98-
YUV162.51164.96131.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=30.94%
G=27.07%
B=41.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681472280.260.3600.11255.566073.53
HexA893E41A240B1003c4a
Octal250223344324401340074112
Binary10101000100100111110010011010100100010111000000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893E4; }

 p { color: rgb(168,147,228); }

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

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

 a { background-color: rgb(168,147,228); }

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

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

 span { border-color: rgb(168,147,228); }

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