Html Css Color HEX #A087DC Biloba Flower

📋 copy color: '#A087DC'

red 160 ◦ green 135 ◦ blue 220

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

Shades of Biloba Flower #A087DC

Tints of Biloba Flower #A087DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 31.07%
G = 26.21%
B = 42.72%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A087DC (or 0xA087DC) is known color: Biloba Flower. HEX triplet: A0, 87 and DC. RGB value is (160,135,220). Sum of RGB (Red+Green+Blue) = 160+135+220=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #A087DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087DC is #5F7823. Grayscale: #979797. Windows color (decimal): -6256676 or 14452640. OLE color: 14452640.

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

Color convert

RGB 160 135 220 -
CMYK 0.27 0.39 0 0.14
HSL 257.65º 0.55% 0.7% -
HSV(B) 257.65º 0.39% 0.86% -
XYZ 36.08 29.97 71.59 -
YUV 152.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 160 135 220 0.27 0.39 0 0.14 257.65 0.55 0.7
Hex A0 87 DC 1B 27 0 E 102 37 46
Octal 240 207 334 33 47 0 16 402 67 106
Binary 10100000 10000111 11011100 11011 100111 0 1110 100000010 110111 1000110

Color Harmonies of #A087DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087DC

Black with #A087DC

Text Example


Text Example

White with #A087DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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