Html Css Color HEX #A387DB Biloba Flower

📋 copy color: '#A387DB'

red 163 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #A387DB

Tints of Biloba Flower #A387DB

RGB

 RED value IS 163 (64.06% from 255) = 31.53%

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

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

R = 31.53%
G = 26.11%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A387DB (or 0xA387DB) is known color: Biloba Flower. HEX triplet: A3, 87 and DB. RGB value is (163,135,219). Sum of RGB (Red+Green+Blue) = 163+135+219=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 135 (53.12% from 255 or 26.11% 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 #A387DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DB is #5C7824. Grayscale: #989898. Windows color (decimal): -6060069 or 14387107. OLE color: 14387107.

HSL color Cylindrical-coordinate representation of color #A387DB: hue angle of 260º 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 #A387DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 135 219 -
CMYK 0.26 0.38 0 0.14
HSL 260º 0.54% 0.69% -
HSV(B) 260º 0.38% 0.86% -
XYZ 36.55 30.23 70.93 -
YUV 152.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 163 135 219 0.26 0.38 0 0.14 260 0.54 0.69
Hex A3 87 DB 1A 26 0 E 104 36 45
Octal 243 207 333 32 46 0 16 404 66 105
Binary 10100011 10000111 11011011 11010 100110 0 1110 100000100 110110 1000101

Color Harmonies of #A387DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387DB

Black with #A387DB

Text Example


Text Example

White with #A387DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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