Html Css Color HEX #A391D9 Biloba Flower

📋 copy color: '#A391D9'

red 163 ◦ green 145 ◦ blue 217

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

Shades of Biloba Flower #A391D9

Tints of Biloba Flower #A391D9

RGB

 RED value IS 163 (64.06% from 255) = 31.05%

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

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

R = 31.05%
G = 27.62%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A391D9 (or 0xA391D9) is known color: Biloba Flower. HEX triplet: A3, 91 and D9. RGB value is (163,145,217). Sum of RGB (Red+Green+Blue) = 163+145+217=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #A391D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391D9 is #5C6E26. Grayscale: #9E9E9E. Windows color (decimal): -6057511 or 14258595. OLE color: 14258595.

HSL color Cylindrical-coordinate representation of color #A391D9: hue angle of 255º 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 #A391D9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 145 217 -
CMYK 0.25 0.33 0 0.15
HSL 255º 0.49% 0.71% -
HSV(B) 255º 0.33% 0.85% -
XYZ 37.75 33.05 70.03 -
YUV 158.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 163 145 217 0.25 0.33 0 0.15 255 0.49 0.71
Hex A3 91 D9 19 21 0 F FF 31 47
Octal 243 221 331 31 41 0 17 377 61 107
Binary 10100011 10010001 11011001 11001 100001 0 1111 11111111 110001 1000111

Color Harmonies of #A391D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391D9

Black with #A391D9

Text Example


Text Example

White with #A391D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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