Html Css Color HEX #A684DB Biloba Flower

📋 copy color: '#A684DB'

red 166 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #A684DB

Tints of Biloba Flower #A684DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 32.11%
G = 25.53%
B = 42.36%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A684DB (or 0xA684DB) is known color: Biloba Flower. HEX triplet: A6, 84 and DB. RGB value is (166,132,219). Sum of RGB (Red+Green+Blue) = 166+132+219=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A684DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684DB is #597B24. Grayscale: #979797. Windows color (decimal): -5864229 or 14386342. OLE color: 14386342.

HSL color Cylindrical-coordinate representation of color #A684DB: hue angle of 263.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A684DB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 132 219 -
CMYK 0.24 0.40 0 0.14
HSL 263.45º 0.55% 0.69% -
HSV(B) 263.45º 0.4% 0.86% -
XYZ 36.76 29.72 70.82 -
YUV 152.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 166 132 219 0.24 0.40 0 0.14 263.45 0.55 0.69
Hex A6 84 DB 18 28 0 E 107 37 45
Octal 246 204 333 30 50 0 16 407 67 105
Binary 10100110 10000100 11011011 11000 101000 0 1110 100000111 110111 1000101

Color Harmonies of #A684DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684DB

Black with #A684DB

Text Example


Text Example

White with #A684DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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