#A387E4

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

Shades of Biloba Flower #A387E4

Tints of Biloba Flower #A387E4

Color information

#A387E4 (or 0xA387E4) is unknown color: approx Biloba Flower. HEX triplet: A3, 87 and E4. RGB value is (163,135,228). Sum of RGB (Red+Green+Blue) = 163+135+228=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #A387E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387E4 is #5C781B. Grayscale: #999999. Windows color (decimal): -6060060 or 14976931. OLE color: 14976931.

HSL color Cylindrical-coordinate representation of color #A387E4: hue angle of 258.06º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A387E4 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163135228-
CMYK0.290.4100.11
HSL258.06º63.27%71.18%-
HSV(B)258.06º40.79%89.41%-
XYZ37.7730.7277.34-
YUV153.97169.78134.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=30.99%
G=25.67%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631352280.290.4100.11258.0663.2771.18
HexA387E41D290B1023f47
Octal243207344355101340277107
Binary10100011100001111110010011101101001010111000000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387E4; }

 p { color: rgb(163,135,228); }

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

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

 a { background-color: rgb(163,135,228); }

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

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

 span { border-color: rgb(163,135,228); }

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