Html Css Color HEX #A190DC Biloba Flower

📋 copy color: '#A190DC'

red 161 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #A190DC

Tints of Biloba Flower #A190DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 30.67%
G = 27.43%
B = 41.9%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A190DC (or 0xA190DC) is known color: Biloba Flower. HEX triplet: A1, 90 and DC. RGB value is (161,144,220). Sum of RGB (Red+Green+Blue) = 161+144+220=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A190DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DC is #5E6F23. Grayscale: #9D9D9D. Windows color (decimal): -6188836 or 14454945. OLE color: 14454945.

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

Color convert

RGB 161 144 220 -
CMYK 0.27 0.35 0 0.14
HSL 253.42º 0.52% 0.71% -
HSV(B) 253.42º 0.35% 0.86% -
XYZ 37.59 32.69 72.04 -
YUV 157.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 161 144 220 0.27 0.35 0 0.14 253.42 0.52 0.71
Hex A1 90 DC 1B 23 0 E FD 34 47
Octal 241 220 334 33 43 0 16 375 64 107
Binary 10100001 10010000 11011100 11011 100011 0 1110 11111101 110100 1000111

Color Harmonies of #A190DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190DC

Black with #A190DC

Text Example


Text Example

White with #A190DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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