Html Css Color HEX #A087D8 Biloba Flower

📋 copy color: '#A087D8'

red 160 ◦ green 135 ◦ blue 216

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

Shades of Biloba Flower #A087D8

Tints of Biloba Flower #A087D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 31.31%
G = 26.42%
B = 42.27%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A087D8 (or 0xA087D8) is known color: Biloba Flower. HEX triplet: A0, 87 and D8. RGB value is (160,135,216). Sum of RGB (Red+Green+Blue) = 160+135+216=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #A087D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D8 is #5F7827. Grayscale: #979797. Windows color (decimal): -6256680 or 14190496. OLE color: 14190496.

HSL color Cylindrical-coordinate representation of color #A087D8: hue angle of 258.52º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A087D8 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 135 216 -
CMYK 0.26 0.38 0 0.15
HSL 258.52º 0.51% 0.69% -
HSV(B) 258.52º 0.38% 0.85% -
XYZ 35.56 29.76 68.84 -
YUV 151.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 160 135 216 0.26 0.38 0 0.15 258.52 0.51 0.69
Hex A0 87 D8 1A 26 0 F 103 33 45
Octal 240 207 330 32 46 0 17 403 63 105
Binary 10100000 10000111 11011000 11010 100110 0 1111 100000011 110011 1000101

Color Harmonies of #A087D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087D8

Black with #A087D8

Text Example


Text Example

White with #A087D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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