Html Css Color HEX #A486D9 Biloba Flower

📋 copy color: '#A486D9'

red 164 ◦ green 134 ◦ blue 217

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

Shades of Biloba Flower #A486D9

Tints of Biloba Flower #A486D9

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

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

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

R = 31.84%
G = 26.02%
B = 42.14%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A486D9 (or 0xA486D9) is known color: Biloba Flower. HEX triplet: A4, 86 and D9. RGB value is (164,134,217). Sum of RGB (Red+Green+Blue) = 164+134+217=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #A486D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486D9 is #5B7926. Grayscale: #989898. Windows color (decimal): -5994791 or 14255780. OLE color: 14255780.

HSL color Cylindrical-coordinate representation of color #A486D9: hue angle of 261.69º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A486D9 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 134 217 -
CMYK 0.24 0.38 0 0.15
HSL 261.69º 0.52% 0.69% -
HSV(B) 261.69º 0.38% 0.85% -
XYZ 36.36 29.95 69.51 -
YUV 152.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 164 134 217 0.24 0.38 0 0.15 261.69 0.52 0.69
Hex A4 86 D9 18 26 0 F 106 34 45
Octal 244 206 331 30 46 0 17 406 64 105
Binary 10100100 10000110 11011001 11000 100110 0 1111 100000110 110100 1000101

Color Harmonies of #A486D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486D9

Black with #A486D9

Text Example


Text Example

White with #A486D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486D9; }

 p { color: rgb(164,134,217); }

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

background-color css

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

 a { background-color: rgb(164,134,217); }

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

border-color css

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

 span { border-color: rgb(164,134,217); }

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