Html Css Color HEX #A087DD Biloba Flower

📋 copy color: '#A087DD'

red 160 ◦ green 135 ◦ blue 221

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

Shades of Biloba Flower #A087DD

Tints of Biloba Flower #A087DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 31.01%
G = 26.16%
B = 42.83%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A087DD (or 0xA087DD) is known color: Biloba Flower. HEX triplet: A0, 87 and DD. RGB value is (160,135,221). Sum of RGB (Red+Green+Blue) = 160+135+221=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #A087DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087DD is #5F7822. Grayscale: #979797. Windows color (decimal): -6256675 or 14518176. OLE color: 14518176.

HSL color Cylindrical-coordinate representation of color #A087DD: hue angle of 257.44º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A087DD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 135 221 -
CMYK 0.28 0.39 0 0.13
HSL 257.44º 0.56% 0.7% -
HSV(B) 257.44º 0.39% 0.87% -
XYZ 36.21 30.02 72.29 -
YUV 152.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 160 135 221 0.28 0.39 0 0.13 257.44 0.56 0.7
Hex A0 87 DD 1C 27 0 D 101 38 46
Octal 240 207 335 34 47 0 15 401 70 106
Binary 10100000 10000111 11011101 11100 100111 0 1101 100000001 111000 1000110

Color Harmonies of #A087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087DD

Black with #A087DD

Text Example


Text Example

White with #A087DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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