Html Css Color HEX #A686DD Biloba Flower

📋 copy color: '#A686DD'

red 166 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #A686DD

Tints of Biloba Flower #A686DD

RGB

 RED value IS 166 (65.23% from 255) = 31.86%

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

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

R = 31.86%
G = 25.72%
B = 42.42%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A686DD (or 0xA686DD) is known color: Biloba Flower. HEX triplet: A6, 86 and DD. RGB value is (166,134,221). Sum of RGB (Red+Green+Blue) = 166+134+221=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A686DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686DD is #597922. Grayscale: #999999. Windows color (decimal): -5863715 or 14517926. OLE color: 14517926.

HSL color Cylindrical-coordinate representation of color #A686DD: hue angle of 262.07º 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 #A686DD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 134 221 -
CMYK 0.25 0.39 0 0.13
HSL 262.07º 0.56% 0.7% -
HSV(B) 262.07º 0.39% 0.87% -
XYZ 37.3 30.38 72.3 -
YUV 153.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 166 134 221 0.25 0.39 0 0.13 262.07 0.56 0.7
Hex A6 86 DD 19 27 0 D 106 38 46
Octal 246 206 335 31 47 0 15 406 70 106
Binary 10100110 10000110 11011101 11001 100111 0 1101 100000110 111000 1000110

Color Harmonies of #A686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686DD

Black with #A686DD

Text Example


Text Example

White with #A686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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