Html Css Color HEX #A687DB Biloba Flower

📋 copy color: '#A687DB'

red 166 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #A687DB

Tints of Biloba Flower #A687DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.96%

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

R = 31.92%
G = 25.96%
B = 42.12%

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

#A687DB (or 0xA687DB) is known color: Biloba Flower. HEX triplet: A6, 87 and DB. RGB value is (166,135,219). Sum of RGB (Red+Green+Blue) = 166+135+219=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A687DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687DB is #597824. Grayscale: #999999. Windows color (decimal): -5863461 or 14387110. OLE color: 14387110.

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

Color convert

RGB 166 135 219 -
CMYK 0.24 0.38 0 0.14
HSL 262.14º 0.54% 0.69% -
HSV(B) 262.14º 0.38% 0.86% -
XYZ 37.18 30.55 70.96 -
YUV 153.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 166 135 219 0.24 0.38 0 0.14 262.14 0.54 0.69
Hex A6 87 DB 18 26 0 E 106 36 45
Octal 246 207 333 30 46 0 16 406 66 105
Binary 10100110 10000111 11011011 11000 100110 0 1110 100000110 110110 1000101

Color Harmonies of #A687DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687DB

Black with #A687DB

Text Example


Text Example

White with #A687DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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