Html Css Color HEX #A887D8 Biloba Flower

📋 copy color: '#A887D8'

red 168 ◦ green 135 ◦ blue 216

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

Shades of Biloba Flower #A887D8

Tints of Biloba Flower #A887D8

RGB

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

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

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

R = 32.37%
G = 26.01%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A887D8 (or 0xA887D8) is known color: Biloba Flower. HEX triplet: A8, 87 and D8. RGB value is (168,135,216). Sum of RGB (Red+Green+Blue) = 168+135+216=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #A887D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887D8 is #577827. Grayscale: #999999. Windows color (decimal): -5732392 or 14190504. OLE color: 14190504.

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

Color convert

RGB 168 135 216 -
CMYK 0.22 0.38 0 0.15
HSL 264.44º 0.51% 0.69% -
HSV(B) 264.44º 0.38% 0.85% -
XYZ 37.21 30.61 68.91 -
YUV 154.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 168 135 216 0.22 0.38 0 0.15 264.44 0.51 0.69
Hex A8 87 D8 16 26 0 F 108 33 45
Octal 250 207 330 26 46 0 17 410 63 105
Binary 10101000 10000111 11011000 10110 100110 0 1111 100001000 110011 1000101

Color Harmonies of #A887D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887D8

Black with #A887D8

Text Example


Text Example

White with #A887D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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