Html Css Color HEX #A786DB Biloba Flower

📋 copy color: '#A786DB'

red 167 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #A786DB

Tints of Biloba Flower #A786DB

RGB

 RED value IS 167 (65.63% from 255) = 32.12%

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

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

R = 32.12%
G = 25.77%
B = 42.12%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A786DB (or 0xA786DB) is known color: Biloba Flower. HEX triplet: A7, 86 and DB. RGB value is (167,134,219). Sum of RGB (Red+Green+Blue) = 167+134+219=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 134 (52.73% from 255 or 25.77% 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 #A786DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DB is #587924. Grayscale: #999999. Windows color (decimal): -5798181 or 14386855. OLE color: 14386855.

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

Color convert

RGB 167 134 219 -
CMYK 0.24 0.39 0 0.14
HSL 263.29º 0.54% 0.69% -
HSV(B) 263.29º 0.39% 0.86% -
XYZ 37.25 30.38 70.92 -
YUV 153.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 167 134 219 0.24 0.39 0 0.14 263.29 0.54 0.69
Hex A7 86 DB 18 27 0 E 107 36 45
Octal 247 206 333 30 47 0 16 407 66 105
Binary 10100111 10000110 11011011 11000 100111 0 1110 100000111 110110 1000101

Color Harmonies of #A786DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786DB

Black with #A786DB

Text Example


Text Example

White with #A786DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786DB; }

 p { color: rgb(167,134,219); }

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

background-color css

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

 a { background-color: rgb(167,134,219); }

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

border-color css

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

 span { border-color: rgb(167,134,219); }

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