Html Css Color HEX #A686DF Biloba Flower

📋 copy color: '#A686DF'

red 166 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #A686DF

Tints of Biloba Flower #A686DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 31.74%
G = 25.62%
B = 42.64%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A686DF (or 0xA686DF) is known color: Biloba Flower. HEX triplet: A6, 86 and DF. RGB value is (166,134,223). Sum of RGB (Red+Green+Blue) = 166+134+223=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A686DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686DF is #597920. Grayscale: #999999. Windows color (decimal): -5863713 or 14648998. OLE color: 14648998.

HSL color Cylindrical-coordinate representation of color #A686DF: hue angle of 261.57º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A686DF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 134 223 -
CMYK 0.26 0.40 0 0.13
HSL 261.57º 0.58% 0.7% -
HSV(B) 261.57º 0.4% 0.87% -
XYZ 37.57 30.48 73.72 -
YUV 153.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 166 134 223 0.26 0.40 0 0.13 261.57 0.58 0.7
Hex A6 86 DF 1A 28 0 D 106 3A 46
Octal 246 206 337 32 50 0 15 406 72 106
Binary 10100110 10000110 11011111 11010 101000 0 1101 100000110 111010 1000110

Color Harmonies of #A686DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686DF

Black with #A686DF

Text Example


Text Example

White with #A686DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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