Html Css Color HEX #A688DB Biloba Flower

📋 copy color: '#A688DB'

red 166 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #A688DB

Tints of Biloba Flower #A688DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.1%

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

R = 31.86%
G = 26.1%
B = 42.03%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A688DB (or 0xA688DB) is known color: Biloba Flower. HEX triplet: A6, 88 and DB. RGB value is (166,136,219). Sum of RGB (Red+Green+Blue) = 166+136+219=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A688DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688DB is #597724. Grayscale: #9A9A9A. Windows color (decimal): -5863205 or 14387366. OLE color: 14387366.

HSL color Cylindrical-coordinate representation of color #A688DB: hue angle of 261.69º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A688DB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 136 219 -
CMYK 0.24 0.38 0 0.14
HSL 261.69º 0.54% 0.7% -
HSV(B) 261.69º 0.38% 0.86% -
XYZ 37.32 30.83 71 -
YUV 154.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 166 136 219 0.24 0.38 0 0.14 261.69 0.54 0.7
Hex A6 88 DB 18 26 0 E 106 36 46
Octal 246 210 333 30 46 0 16 406 66 106
Binary 10100110 10001000 11011011 11000 100110 0 1110 100000110 110110 1000110

Color Harmonies of #A688DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688DB

Black with #A688DB

Text Example


Text Example

White with #A688DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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