Html Css Color HEX #A087DA Biloba Flower

📋 copy color: '#A087DA'

red 160 ◦ green 135 ◦ blue 218

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

Shades of Biloba Flower #A087DA

Tints of Biloba Flower #A087DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 31.19%
G = 26.32%
B = 42.5%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A087DA (or 0xA087DA) is known color: Biloba Flower. HEX triplet: A0, 87 and DA. RGB value is (160,135,218). Sum of RGB (Red+Green+Blue) = 160+135+218=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A087DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087DA is #5F7825. Grayscale: #979797. Windows color (decimal): -6256678 or 14321568. OLE color: 14321568.

HSL color Cylindrical-coordinate representation of color #A087DA: hue angle of 258.07º degrees, saturation: 0.53, 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 #A087DA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 135 218 -
CMYK 0.27 0.38 0 0.15
HSL 258.07º 0.53% 0.69% -
HSV(B) 258.07º 0.38% 0.85% -
XYZ 35.82 29.86 70.21 -
YUV 151.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 160 135 218 0.27 0.38 0 0.15 258.07 0.53 0.69
Hex A0 87 DA 1B 26 0 F 102 35 45
Octal 240 207 332 33 46 0 17 402 65 105
Binary 10100000 10000111 11011010 11011 100110 0 1111 100000010 110101 1000101

Color Harmonies of #A087DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087DA

Black with #A087DA

Text Example


Text Example

White with #A087DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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