Html Css Color HEX #A186DB Biloba Flower

📋 copy color: '#A186DB'

red 161 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #A186DB

Tints of Biloba Flower #A186DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.07%

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

R = 31.32%
G = 26.07%
B = 42.61%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A186DB (or 0xA186DB) is known color: Biloba Flower. HEX triplet: A1, 86 and DB. RGB value is (161,134,219). Sum of RGB (Red+Green+Blue) = 161+134+219=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A186DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186DB is #5E7924. Grayscale: #979797. Windows color (decimal): -6191397 or 14386849. OLE color: 14386849.

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

Color convert

RGB 161 134 219 -
CMYK 0.26 0.39 0 0.14
HSL 259.06º 0.54% 0.69% -
HSV(B) 259.06º 0.39% 0.86% -
XYZ 36.01 29.74 70.86 -
YUV 151.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 161 134 219 0.26 0.39 0 0.14 259.06 0.54 0.69
Hex A1 86 DB 1A 27 0 E 103 36 45
Octal 241 206 333 32 47 0 16 403 66 105
Binary 10100001 10000110 11011011 11010 100111 0 1110 100000011 110110 1000101

Color Harmonies of #A186DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186DB

Black with #A186DB

Text Example


Text Example

White with #A186DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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