Html Css Color HEX #A986D9 Biloba Flower

📋 copy color: '#A986D9'

red 169 ◦ green 134 ◦ blue 217

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

Shades of Biloba Flower #A986D9

Tints of Biloba Flower #A986D9

RGB

 RED value IS 169 (66.41% from 255) = 32.5%

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

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

R = 32.5%
G = 25.77%
B = 41.73%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A986D9 (or 0xA986D9) is known color: Biloba Flower. HEX triplet: A9, 86 and D9. RGB value is (169,134,217). Sum of RGB (Red+Green+Blue) = 169+134+217=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #A986D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986D9 is #567926. Grayscale: #999999. Windows color (decimal): -5667111 or 14255785. OLE color: 14255785.

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

Color convert

RGB 169 134 217 -
CMYK 0.22 0.38 0 0.15
HSL 265.3º 0.52% 0.69% -
HSV(B) 265.3º 0.38% 0.85% -
XYZ 37.41 30.49 69.56 -
YUV 153.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 169 134 217 0.22 0.38 0 0.15 265.3 0.52 0.69
Hex A9 86 D9 16 26 0 F 109 34 45
Octal 251 206 331 26 46 0 17 411 64 105
Binary 10101001 10000110 11011001 10110 100110 0 1111 100001001 110100 1000101

Color Harmonies of #A986D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986D9

Black with #A986D9

Text Example


Text Example

White with #A986D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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