Html Css Color HEX #A887DA Biloba Flower

📋 copy color: '#A887DA'

red 168 ◦ green 135 ◦ blue 218

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

Shades of Biloba Flower #A887DA

Tints of Biloba Flower #A887DA

RGB

 RED value IS 168 (66.02% from 255) = 32.25%

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

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

R = 32.25%
G = 25.91%
B = 41.84%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A887DA (or 0xA887DA) is known color: Biloba Flower. HEX triplet: A8, 87 and DA. RGB value is (168,135,218). Sum of RGB (Red+Green+Blue) = 168+135+218=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A887DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887DA is #577825. Grayscale: #9A9A9A. Windows color (decimal): -5732390 or 14321576. OLE color: 14321576.

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

Color convert

RGB 168 135 218 -
CMYK 0.23 0.38 0 0.15
HSL 263.86º 0.53% 0.69% -
HSV(B) 263.86º 0.38% 0.85% -
XYZ 37.47 30.71 70.28 -
YUV 154.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 168 135 218 0.23 0.38 0 0.15 263.86 0.53 0.69
Hex A8 87 DA 17 26 0 F 108 35 45
Octal 250 207 332 27 46 0 17 410 65 105
Binary 10101000 10000111 11011010 10111 100110 0 1111 100001000 110101 1000101

Color Harmonies of #A887DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887DA

Black with #A887DA

Text Example


Text Example

White with #A887DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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