#A490CD

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

Shades of Biloba Flower #A490CD

Tints of Biloba Flower #A490CD

Color information

#A490CD (or 0xA490CD) is unknown color: approx Biloba Flower. HEX triplet: A4, 90 and CD. RGB value is (164,144,205). Sum of RGB (Red+Green+Blue) = 164+144+205=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A490CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490CD is #5B6F32. Grayscale: #9C9C9C. Windows color (decimal): -5992243 or 13471908. OLE color: 13471908.

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

Color convert

RGB164144205-
CMYK0.20.3000.20
HSL259.67º37.89%68.43%-
HSV(B)259.67º29.76%80.39%-
XYZ36.332.2562.07-
YUV156.93155.13133.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=31.97%
G=28.07%
B=39.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641442050.20.3000.20259.6737.8968.43
HexA490CD141E0141042644
Octal244220315243602440446104
Binary10100100100100001100110110100111100101001000001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490CD; }

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

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

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

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

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

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

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

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