Html Css Color HEX #A186D7 Biloba Flower

📋 copy color: '#A186D7'

red 161 ◦ green 134 ◦ blue 215

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

Shades of Biloba Flower #A186D7

Tints of Biloba Flower #A186D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 31.57%
G = 26.27%
B = 42.16%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A186D7 (or 0xA186D7) is known color: Biloba Flower. HEX triplet: A1, 86 and D7. RGB value is (161,134,215). Sum of RGB (Red+Green+Blue) = 161+134+215=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #A186D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186D7 is #5E7928. Grayscale: #979797. Windows color (decimal): -6191401 or 14124705. OLE color: 14124705.

HSL color Cylindrical-coordinate representation of color #A186D7: hue angle of 260º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A186D7 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 134 215 -
CMYK 0.25 0.38 0 0.16
HSL 260º 0.5% 0.68% -
HSV(B) 260º 0.38% 0.84% -
XYZ 35.49 29.53 68.12 -
YUV 151.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 161 134 215 0.25 0.38 0 0.16 260 0.5 0.68
Hex A1 86 D7 19 26 0 10 104 32 44
Octal 241 206 327 31 46 0 20 404 62 104
Binary 10100001 10000110 11010111 11001 100110 0 10000 100000100 110010 1000100

Color Harmonies of #A186D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186D7

Black with #A186D7

Text Example


Text Example

White with #A186D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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