Html Css Color HEX #A986DF Biloba Flower

📋 copy color: '#A986DF'

red 169 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #A986DF

Tints of Biloba Flower #A986DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 32.13%
G = 25.48%
B = 42.4%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A986DF (or 0xA986DF) is known color: Biloba Flower. HEX triplet: A9, 86 and DF. RGB value is (169,134,223). Sum of RGB (Red+Green+Blue) = 169+134+223=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #A986DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986DF is #567920. Grayscale: #9A9A9A. Windows color (decimal): -5667105 or 14649001. OLE color: 14649001.

HSL color Cylindrical-coordinate representation of color #A986DF: hue angle of 263.6º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A986DF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 134 223 -
CMYK 0.24 0.40 0 0.13
HSL 263.6º 0.58% 0.7% -
HSV(B) 263.6º 0.4% 0.87% -
XYZ 38.21 30.81 73.75 -
YUV 154.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 169 134 223 0.24 0.40 0 0.13 263.6 0.58 0.7
Hex A9 86 DF 18 28 0 D 108 3A 46
Octal 251 206 337 30 50 0 15 410 72 106
Binary 10101001 10000110 11011111 11000 101000 0 1101 100001000 111010 1000110

Color Harmonies of #A986DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986DF

Black with #A986DF

Text Example


Text Example

White with #A986DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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