Html Css Color HEX #A190DD Biloba Flower

📋 copy color: '#A190DD'

red 161 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #A190DD

Tints of Biloba Flower #A190DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 30.61%
G = 27.38%
B = 42.02%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A190DD (or 0xA190DD) is known color: Biloba Flower. HEX triplet: A1, 90 and DD. RGB value is (161,144,221). Sum of RGB (Red+Green+Blue) = 161+144+221=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A190DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DD is #5E6F22. Grayscale: #9D9D9D. Windows color (decimal): -6188835 or 14520481. OLE color: 14520481.

HSL color Cylindrical-coordinate representation of color #A190DD: hue angle of 253.25º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A190DD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 144 221 -
CMYK 0.27 0.35 0 0.13
HSL 253.25º 0.53% 0.72% -
HSV(B) 253.25º 0.35% 0.87% -
XYZ 37.72 32.74 72.74 -
YUV 157.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 161 144 221 0.27 0.35 0 0.13 253.25 0.53 0.72
Hex A1 90 DD 1B 23 0 D FD 35 48
Octal 241 220 335 33 43 0 15 375 65 110
Binary 10100001 10010000 11011101 11011 100011 0 1101 11111101 110101 1001000

Color Harmonies of #A190DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190DD

Black with #A190DD

Text Example


Text Example

White with #A190DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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