Html Css Color HEX #A191D1 Biloba Flower

📋 copy color: '#A191D1'

red 161 ◦ green 145 ◦ blue 209

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

Shades of Biloba Flower #A191D1

Tints of Biloba Flower #A191D1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.16%

 BLUE value IS 209 (82.03% from 255) = 40.58%

R = 31.26%
G = 28.16%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A191D1 (or 0xA191D1) is known color: Biloba Flower. HEX triplet: A1, 91 and D1. RGB value is (161,145,209). Sum of RGB (Red+Green+Blue) = 161+145+209=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #A191D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D1 is #5E6E2E. Grayscale: #9C9C9C. Windows color (decimal): -6188591 or 13734305. OLE color: 13734305.

HSL color Cylindrical-coordinate representation of color #A191D1: hue angle of 255º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A191D1 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 145 209 -
CMYK 0.23 0.31 0 0.18
HSL 255º 0.41% 0.69% -
HSV(B) 255º 0.31% 0.82% -
XYZ 36.33 32.43 64.67 -
YUV 157.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 161 145 209 0.23 0.31 0 0.18 255 0.41 0.69
Hex A1 91 D1 17 1F 0 12 FF 29 45
Octal 241 221 321 27 37 0 22 377 51 105
Binary 10100001 10010001 11010001 10111 11111 0 10010 11111111 101001 1000101

Color Harmonies of #A191D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191D1

Black with #A191D1

Text Example


Text Example

White with #A191D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191D1; }

 p { color: rgb(161,145,209); }

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

background-color css

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

 a { background-color: rgb(161,145,209); }

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

border-color css

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

 span { border-color: rgb(161,145,209); }

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