Html Css Color HEX #A087DB Biloba Flower

📋 copy color: '#A087DB'

red 160 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #A087DB

Tints of Biloba Flower #A087DB

RGB

 RED value IS 160 (62.89% from 255) = 31.13%

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

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

R = 31.13%
G = 26.26%
B = 42.61%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A087DB (or 0xA087DB) is known color: Biloba Flower. HEX triplet: A0, 87 and DB. RGB value is (160,135,219). Sum of RGB (Red+Green+Blue) = 160+135+219=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A087DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087DB is #5F7824. Grayscale: #979797. Windows color (decimal): -6256677 or 14387104. OLE color: 14387104.

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

Color convert

RGB 160 135 219 -
CMYK 0.27 0.38 0 0.14
HSL 257.86º 0.54% 0.69% -
HSV(B) 257.86º 0.38% 0.86% -
XYZ 35.95 29.92 70.9 -
YUV 152.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 160 135 219 0.27 0.38 0 0.14 257.86 0.54 0.69
Hex A0 87 DB 1B 26 0 E 102 36 45
Octal 240 207 333 33 46 0 16 402 66 105
Binary 10100000 10000111 11011011 11011 100110 0 1110 100000010 110110 1000101

Color Harmonies of #A087DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087DB

Black with #A087DB

Text Example


Text Example

White with #A087DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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