#A485DE

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

Shades of Biloba Flower #A485DE

Tints of Biloba Flower #A485DE

Color information

#A485DE (or 0xA485DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 85 and DE. RGB value is (164,133,222). Sum of RGB (Red+Green+Blue) = 164+133+222=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #A485DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485DE is #5B7A21. Grayscale: #989898. Windows color (decimal): -5995042 or 14583204. OLE color: 14583204.

HSL color Cylindrical-coordinate representation of color #A485DE: hue angle of 260.9º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A485DE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164133222-
CMYK0.260.4000.13
HSL260.9º57.42%69.61%-
HSV(B)260.9º40.09%87.06%-
XYZ36.8829.9472.94-
YUV152.42167.27136.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=31.60%
G=25.63%
B=42.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641332220.260.4000.13260.957.4269.61
HexA485DE1A280D1053946
Octal244205336325001540571106
Binary10100100100001011101111011010101000011011000001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485DE; }

 p { color: rgb(164,133,222); }

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

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

 a { background-color: rgb(164,133,222); }

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

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

 span { border-color: rgb(164,133,222); }

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