Html Css Color HEX #A087D7 Biloba Flower

📋 copy color: '#A087D7'

red 160 ◦ green 135 ◦ blue 215

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

Shades of Biloba Flower #A087D7

Tints of Biloba Flower #A087D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 31.37%
G = 26.47%
B = 42.16%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A087D7 (or 0xA087D7) is known color: Biloba Flower. HEX triplet: A0, 87 and D7. RGB value is (160,135,215). Sum of RGB (Red+Green+Blue) = 160+135+215=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #A087D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D7 is #5F7828. Grayscale: #979797. Windows color (decimal): -6256681 or 14124960. OLE color: 14124960.

HSL color Cylindrical-coordinate representation of color #A087D7: hue angle of 258.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A087D7 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 135 215 -
CMYK 0.26 0.37 0 0.16
HSL 258.75º 0.5% 0.69% -
HSV(B) 258.75º 0.37% 0.84% -
XYZ 35.43 29.71 68.16 -
YUV 151.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 160 135 215 0.26 0.37 0 0.16 258.75 0.5 0.69
Hex A0 87 D7 1A 25 0 10 103 32 45
Octal 240 207 327 32 45 0 20 403 62 105
Binary 10100000 10000111 11010111 11010 100101 0 10000 100000011 110010 1000101

Color Harmonies of #A087D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087D7

Black with #A087D7

Text Example


Text Example

White with #A087D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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