Html Css Color HEX #A291D9 Biloba Flower

📋 copy color: '#A291D9'

red 162 ◦ green 145 ◦ blue 217

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

Shades of Biloba Flower #A291D9

Tints of Biloba Flower #A291D9

RGB

 RED value IS 162 (63.67% from 255) = 30.92%

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

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

R = 30.92%
G = 27.67%
B = 41.41%

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

#A291D9 (or 0xA291D9) is known color: Biloba Flower. HEX triplet: A2, 91 and D9. RGB value is (162,145,217). Sum of RGB (Red+Green+Blue) = 162+145+217=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A291D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291D9 is #5D6E26. Grayscale: #9E9E9E. Windows color (decimal): -6123047 or 14258594. OLE color: 14258594.

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

Color convert

RGB 162 145 217 -
CMYK 0.25 0.33 0 0.15
HSL 254.17º 0.49% 0.71% -
HSV(B) 254.17º 0.33% 0.85% -
XYZ 37.55 32.94 70.02 -
YUV 158.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 162 145 217 0.25 0.33 0 0.15 254.17 0.49 0.71
Hex A2 91 D9 19 21 0 F FE 31 47
Octal 242 221 331 31 41 0 17 376 61 107
Binary 10100010 10010001 11011001 11001 100001 0 1111 11111110 110001 1000111

Color Harmonies of #A291D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291D9

Black with #A291D9

Text Example


Text Example

White with #A291D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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