Html Css Color HEX #A191D9 Biloba Flower

📋 copy color: '#A191D9'

red 161 ◦ green 145 ◦ blue 217

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

Shades of Biloba Flower #A191D9

Tints of Biloba Flower #A191D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 30.78%
G = 27.72%
B = 41.49%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A191D9 (or 0xA191D9) is known color: Biloba Flower. HEX triplet: A1, 91 and D9. RGB value is (161,145,217). Sum of RGB (Red+Green+Blue) = 161+145+217=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #A191D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D9 is #5E6E26. Grayscale: #9D9D9D. Windows color (decimal): -6188583 or 14258593. OLE color: 14258593.

HSL color Cylindrical-coordinate representation of color #A191D9: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A191D9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 145 217 -
CMYK 0.26 0.33 0 0.15
HSL 253.33º 0.49% 0.71% -
HSV(B) 253.33º 0.33% 0.85% -
XYZ 37.35 32.84 70.02 -
YUV 157.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 161 145 217 0.26 0.33 0 0.15 253.33 0.49 0.71
Hex A1 91 D9 1A 21 0 F FD 31 47
Octal 241 221 331 32 41 0 17 375 61 107
Binary 10100001 10010001 11011001 11010 100001 0 1111 11111101 110001 1000111

Color Harmonies of #A191D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191D9

Black with #A191D9

Text Example


Text Example

White with #A191D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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