Html Css Color HEX #A986F0 Biloba Flower

📋 copy color: '#A986F0'

red 169 ◦ green 134 ◦ blue 240

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

Shades of Biloba Flower #A986F0

Tints of Biloba Flower #A986F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 31.12%
G = 24.68%
B = 44.2%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A986F0 (or 0xA986F0) is known color: Biloba Flower. HEX triplet: A9, 86 and F0. RGB value is (169,134,240). Sum of RGB (Red+Green+Blue) = 169+134+240=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A986F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986F0 is #56790F. Grayscale: #9C9C9C. Windows color (decimal): -5667088 or 15763113. OLE color: 15763113.

HSL color Cylindrical-coordinate representation of color #A986F0: hue angle of 259.81º degrees, saturation: 0.78, 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 #A986F0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 134 240 -
CMYK 0.30 0.44 0 0.06
HSL 259.81º 0.78% 0.73% -
HSV(B) 259.81º 0.44% 0.94% -
XYZ 40.62 31.78 86.43 -
YUV 156.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 169 134 240 0.30 0.44 0 0.06 259.81 0.78 0.73
Hex A9 86 F0 1E 2C 0 6 104 4E 49
Octal 251 206 360 36 54 0 6 404 116 111
Binary 10101001 10000110 11110000 11110 101100 0 110 100000100 1001110 1001001

Color Harmonies of #A986F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986F0

Black with #A986F0

Text Example


Text Example

White with #A986F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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