#A190D7

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

Shades of Biloba Flower #A190D7

Tints of Biloba Flower #A190D7

Color information

#A190D7 (or 0xA190D7) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and D7. RGB value is (161,144,215). Sum of RGB (Red+Green+Blue) = 161+144+215=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #A190D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190D7 is #5E6F28. Grayscale: #9C9C9C. Windows color (decimal): -6188841 or 14127265. OLE color: 14127265.

HSL color Cylindrical-coordinate representation of color #A190D7: hue angle of 254.37º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A190D7 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161144215-
CMYK0.250.3300.16
HSL254.37º47.02%70.39%-
HSV(B)254.37º33.02%84.31%-
XYZ36.9432.4368.6-
YUV157.18160.63130.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=30.96%
G=27.69%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611442150.250.3300.16254.3747.0270.39
HexA190D71921010fe2f46
Octal241220327314102037657106
Binary10100001100100001101011111001100001010000111111101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190D7; }

 p { color: rgb(161,144,215); }

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

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

 a { background-color: rgb(161,144,215); }

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

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

 span { border-color: rgb(161,144,215); }

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