Html Css Color HEX #A986EC Biloba Flower

📋 copy color: '#A986EC'

red 169 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #A986EC

Tints of Biloba Flower #A986EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 31.35%
G = 24.86%
B = 43.78%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A986EC (or 0xA986EC) is known color: Biloba Flower. HEX triplet: A9, 86 and EC. RGB value is (169,134,236). Sum of RGB (Red+Green+Blue) = 169+134+236=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A986EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986EC is #567913. Grayscale: #9B9B9B. Windows color (decimal): -5667092 or 15500969. OLE color: 15500969.

HSL color Cylindrical-coordinate representation of color #A986EC: hue angle of 260.59º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A986EC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 134 236 -
CMYK 0.28 0.43 0 0.07
HSL 260.59º 0.73% 0.73% -
HSV(B) 260.59º 0.43% 0.93% -
XYZ 40.03 31.54 83.34 -
YUV 156.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 169 134 236 0.28 0.43 0 0.07 260.59 0.73 0.73
Hex A9 86 EC 1C 2B 0 7 105 49 49
Octal 251 206 354 34 53 0 7 405 111 111
Binary 10101001 10000110 11101100 11100 101011 0 111 100000101 1001001 1001001

Color Harmonies of #A986EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986EC

Black with #A986EC

Text Example


Text Example

White with #A986EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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