#A493CD

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

Shades of Biloba Flower #A493CD

Tints of Biloba Flower #A493CD

Color information

#A493CD (or 0xA493CD) is unknown color: approx Biloba Flower. HEX triplet: A4, 93 and CD. RGB value is (164,147,205). Sum of RGB (Red+Green+Blue) = 164+147+205=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #A493CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493CD is #5B6C32. Grayscale: #9E9E9E. Windows color (decimal): -5991475 or 13472676. OLE color: 13472676.

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

Color convert

RGB164147205-
CMYK0.20.2800.20
HSL257.59º36.71%69.02%-
HSV(B)257.59º28.29%80.39%-
XYZ36.7633.1762.22-
YUV158.7154.13131.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=31.78%
G=28.49%
B=39.73%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641472050.20.2800.20257.5936.7169.02
HexA493CD141C0141022545
Octal244223315243402440245105
Binary10100100100100111100110110100111000101001000000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493CD; }

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

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

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

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

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

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

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

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