#A48ECD

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

Shades of Biloba Flower #A48ECD

Tints of Biloba Flower #A48ECD

Color information

#A48ECD (or 0xA48ECD) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and CD. RGB value is (164,142,205). Sum of RGB (Red+Green+Blue) = 164+142+205=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECD is #5B7132. Grayscale: #9B9B9B. Windows color (decimal): -5992755 or 13471396. OLE color: 13471396.

HSL color Cylindrical-coordinate representation of color #A48ECD: hue angle of 260.95º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48ECD is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164142205-
CMYK0.20.3100.20
HSL260.95º38.65%68.04%-
HSV(B)260.95º30.73%80.39%-
XYZ3631.6561.97-
YUV155.76155.79133.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=32.09%
G=27.79%
B=40.12%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641422050.20.3100.20260.9538.6568.04
HexA48ECD141F0141052744
Octal244216315243702440547104
Binary10100100100011101100110110100111110101001000001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ECD; }

 p { color: rgb(164,142,205); }

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

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

 a { background-color: rgb(164,142,205); }

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

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

 span { border-color: rgb(164,142,205); }

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