Html Css Color HEX #A986D8 Biloba Flower

📋 copy color: '#A986D8'

red 169 ◦ green 134 ◦ blue 216

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

Shades of Biloba Flower #A986D8

Tints of Biloba Flower #A986D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 32.56%
G = 25.82%
B = 41.62%

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

#A986D8 (or 0xA986D8) is known color: Biloba Flower. HEX triplet: A9, 86 and D8. RGB value is (169,134,216). Sum of RGB (Red+Green+Blue) = 169+134+216=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #A986D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986D8 is #567927. Grayscale: #999999. Windows color (decimal): -5667112 or 14190249. OLE color: 14190249.

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

Color convert

RGB 169 134 216 -
CMYK 0.22 0.38 0 0.15
HSL 265.61º 0.51% 0.69% -
HSV(B) 265.61º 0.38% 0.85% -
XYZ 37.28 30.44 68.88 -
YUV 153.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 169 134 216 0.22 0.38 0 0.15 265.61 0.51 0.69
Hex A9 86 D8 16 26 0 F 10A 33 45
Octal 251 206 330 26 46 0 17 412 63 105
Binary 10101001 10000110 11011000 10110 100110 0 1111 100001010 110011 1000101

Color Harmonies of #A986D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986D8

Black with #A986D8

Text Example


Text Example

White with #A986D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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