#A494CC

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

Shades of Biloba Flower #A494CC

Tints of Biloba Flower #A494CC

Color information

#A494CC (or 0xA494CC) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and CC. RGB value is (164,148,204). Sum of RGB (Red+Green+Blue) = 164+148+204=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A494CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494CC is #5B6B33. Grayscale: #9E9E9E. Windows color (decimal): -5991220 or 13407396. OLE color: 13407396.

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

Color convert

RGB164148204-
CMYK0.200.2700.2
HSL257.14º35.44%69.02%-
HSV(B)257.14º27.45%80%-
XYZ36.833.4361.64-
YUV159.17153.3131.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=31.78%
G=28.68%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641482040.200.2700.2257.1435.4469.02
HexA494CC141B0141012345
Octal244224314243302440143105
Binary10100100100101001100110010100110110101001000000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494CC; }

 p { color: rgb(164,148,204); }

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

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

 a { background-color: rgb(164,148,204); }

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

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

 span { border-color: rgb(164,148,204); }

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