#A890CC

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

Shades of Biloba Flower #A890CC

Tints of Biloba Flower #A890CC

Color information

#A890CC (or 0xA890CC) is unknown color: approx Biloba Flower. HEX triplet: A8, 90 and CC. RGB value is (168,144,204). Sum of RGB (Red+Green+Blue) = 168+144+204=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 144 (56.64% from 255 or 27.91% 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 #A890CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890CC is #576F33. Grayscale: #9D9D9D. Windows color (decimal): -5730100 or 13406376. OLE color: 13406376.

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

Color convert

RGB168144204-
CMYK0.180.2900.2
HSL264º37.04%68.24%-
HSV(B)264º29.41%80%-
XYZ37.0232.6361.47-
YUV158.02153.95135.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=32.56%
G=27.91%
B=39.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681442040.180.2900.226437.0468.24
HexA890CC121D0141082544
Octal250220314223502441045104
Binary10101000100100001100110010010111010101001000010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890CC; }

 p { color: rgb(168,144,204); }

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

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

 a { background-color: rgb(168,144,204); }

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

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

 span { border-color: rgb(168,144,204); }

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