Html Css Color HEX #A684DF Biloba Flower

📋 copy color: '#A684DF'

red 166 ◦ green 132 ◦ blue 223

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

Shades of Biloba Flower #A684DF

Tints of Biloba Flower #A684DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.34%

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

R = 31.86%
G = 25.34%
B = 42.8%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A684DF (or 0xA684DF) is known color: Biloba Flower. HEX triplet: A6, 84 and DF. RGB value is (166,132,223). Sum of RGB (Red+Green+Blue) = 166+132+223=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A684DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684DF is #597B20. Grayscale: #989898. Windows color (decimal): -5864225 or 14648486. OLE color: 14648486.

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

Color convert

RGB 166 132 223 -
CMYK 0.26 0.41 0 0.13
HSL 262.42º 0.59% 0.7% -
HSV(B) 262.42º 0.41% 0.87% -
XYZ 37.3 29.94 73.62 -
YUV 152.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 166 132 223 0.26 0.41 0 0.13 262.42 0.59 0.7
Hex A6 84 DF 1A 29 0 D 106 3B 46
Octal 246 204 337 32 51 0 15 406 73 106
Binary 10100110 10000100 11011111 11010 101001 0 1101 100000110 111011 1000110

Color Harmonies of #A684DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684DF

Black with #A684DF

Text Example


Text Example

White with #A684DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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