Html Css Color HEX #A986EF Biloba Flower

📋 copy color: '#A986EF'

red 169 ◦ green 134 ◦ blue 239

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

Shades of Biloba Flower #A986EF

Tints of Biloba Flower #A986EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 31.18%
G = 24.72%
B = 44.1%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A986EF (or 0xA986EF) is known color: Biloba Flower. HEX triplet: A9, 86 and EF. RGB value is (169,134,239). Sum of RGB (Red+Green+Blue) = 169+134+239=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #A986EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986EF is #567910. Grayscale: #9C9C9C. Windows color (decimal): -5667089 or 15697577. OLE color: 15697577.

HSL color Cylindrical-coordinate representation of color #A986EF: hue angle of 260º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A986EF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 134 239 -
CMYK 0.29 0.44 0 0.06
HSL 260º 0.77% 0.73% -
HSV(B) 260º 0.44% 0.94% -
XYZ 40.47 31.72 85.65 -
YUV 156.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 169 134 239 0.29 0.44 0 0.06 260 0.77 0.73
Hex A9 86 EF 1D 2C 0 6 104 4D 49
Octal 251 206 357 35 54 0 6 404 115 111
Binary 10101001 10000110 11101111 11101 101100 0 110 100000100 1001101 1001001

Color Harmonies of #A986EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986EF

Black with #A986EF

Text Example


Text Example

White with #A986EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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