Html Css Color HEX #A190DB Biloba Flower

📋 copy color: '#A190DB'

red 161 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A190DB

Tints of Biloba Flower #A190DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 30.73%
G = 27.48%
B = 41.79%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A190DB (or 0xA190DB) is known color: Biloba Flower. HEX triplet: A1, 90 and DB. RGB value is (161,144,219). Sum of RGB (Red+Green+Blue) = 161+144+219=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A190DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DB is #5E6F24. Grayscale: #9D9D9D. Windows color (decimal): -6188837 or 14389409. OLE color: 14389409.

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

Color convert

RGB 161 144 219 -
CMYK 0.26 0.34 0 0.14
HSL 253.6º 0.51% 0.71% -
HSV(B) 253.6º 0.34% 0.86% -
XYZ 37.46 32.64 71.34 -
YUV 157.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 161 144 219 0.26 0.34 0 0.14 253.6 0.51 0.71
Hex A1 90 DB 1A 22 0 E FE 33 47
Octal 241 220 333 32 42 0 16 376 63 107
Binary 10100001 10010000 11011011 11010 100010 0 1110 11111110 110011 1000111

Color Harmonies of #A190DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190DB

Black with #A190DB

Text Example


Text Example

White with #A190DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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