Html Css Color HEX #A986DD Biloba Flower

📋 copy color: '#A986DD'

red 169 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #A986DD

Tints of Biloba Flower #A986DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 32.25%
G = 25.57%
B = 42.18%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A986DD (or 0xA986DD) is known color: Biloba Flower. HEX triplet: A9, 86 and DD. RGB value is (169,134,221). Sum of RGB (Red+Green+Blue) = 169+134+221=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A986DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986DD is #567922. Grayscale: #9A9A9A. Windows color (decimal): -5667107 or 14517929. OLE color: 14517929.

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

Color convert

RGB 169 134 221 -
CMYK 0.24 0.39 0 0.13
HSL 264.14º 0.56% 0.7% -
HSV(B) 264.14º 0.39% 0.87% -
XYZ 37.94 30.71 72.33 -
YUV 154.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 169 134 221 0.24 0.39 0 0.13 264.14 0.56 0.7
Hex A9 86 DD 18 27 0 D 108 38 46
Octal 251 206 335 30 47 0 15 410 70 106
Binary 10101001 10000110 11011101 11000 100111 0 1101 100001000 111000 1000110

Color Harmonies of #A986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986DD

Black with #A986DD

Text Example


Text Example

White with #A986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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