Html Css Color HEX #A190DA Biloba Flower

📋 copy color: '#A190DA'

red 161 ◦ green 144 ◦ blue 218

#A190DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A190DA

Tints of Biloba Flower #A190DA

RGB

 RED value IS 161 (63.28% from 255) = 30.78%

 GREEN value IS 144 (56.64% from 255) = 27.53%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 30.78%
G = 27.53%
B = 41.68%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A190DA (or 0xA190DA) is known color: Biloba Flower. HEX triplet: A1, 90 and DA. RGB value is (161,144,218). Sum of RGB (Red+Green+Blue) = 161+144+218=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A190DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DA is #5E6F25. Grayscale: #9D9D9D. Windows color (decimal): -6188838 or 14323873. OLE color: 14323873.

HSL color Cylindrical-coordinate representation of color #A190DA: hue angle of 253.78º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A190DA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 144 218 -
CMYK 0.26 0.34 0 0.15
HSL 253.78º 0.5% 0.71% -
HSV(B) 253.78º 0.34% 0.85% -
XYZ 37.33 32.59 70.65 -
YUV 157.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 161 144 218 0.26 0.34 0 0.15 253.78 0.5 0.71
Hex A1 90 DA 1A 22 0 F FE 32 47
Octal 241 220 332 32 42 0 17 376 62 107
Binary 10100001 10010000 11011010 11010 100010 0 1111 11111110 110010 1000111

Color Harmonies of #A190DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190DA

Black with #A190DA

Text Example


Text Example

White with #A190DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190DA; }

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

 H1.HeaderClassName
 {
   color: #A190DA;
 }
 .AnyTagClassName
 {
   color: #A190DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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