Html Css Color HEX #A087D6 Biloba Flower

📋 copy color: '#A087D6'

red 160 ◦ green 135 ◦ blue 214

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

Shades of Biloba Flower #A087D6

Tints of Biloba Flower #A087D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 31.43%
G = 26.52%
B = 42.04%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A087D6 (or 0xA087D6) is known color: Biloba Flower. HEX triplet: A0, 87 and D6. RGB value is (160,135,214). Sum of RGB (Red+Green+Blue) = 160+135+214=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #A087D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D6 is #5F7829. Grayscale: #979797. Windows color (decimal): -6256682 or 14059424. OLE color: 14059424.

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

Color convert

RGB 160 135 214 -
CMYK 0.25 0.37 0 0.16
HSL 258.99º 0.49% 0.68% -
HSV(B) 258.99º 0.37% 0.84% -
XYZ 35.3 29.66 67.48 -
YUV 151.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 160 135 214 0.25 0.37 0 0.16 258.99 0.49 0.68
Hex A0 87 D6 19 25 0 10 103 31 44
Octal 240 207 326 31 45 0 20 403 61 104
Binary 10100000 10000111 11010110 11001 100101 0 10000 100000011 110001 1000100

Color Harmonies of #A087D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087D6

Black with #A087D6

Text Example


Text Example

White with #A087D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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