Html Css Color HEX #A887E1 Biloba Flower

📋 copy color: '#A887E1'

red 168 ◦ green 135 ◦ blue 225

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

Shades of Biloba Flower #A887E1

Tints of Biloba Flower #A887E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 31.82%
G = 25.57%
B = 42.61%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A887E1 (or 0xA887E1) is known color: Biloba Flower. HEX triplet: A8, 87 and E1. RGB value is (168,135,225). Sum of RGB (Red+Green+Blue) = 168+135+225=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #A887E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887E1 is #57781E. Grayscale: #9A9A9A. Windows color (decimal): -5732383 or 14780328. OLE color: 14780328.

HSL color Cylindrical-coordinate representation of color #A887E1: hue angle of 262º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A887E1 is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 135 225 -
CMYK 0.25 0.4 0 0.12
HSL 262º 0.6% 0.71% -
HSV(B) 262º 0.4% 0.88% -
XYZ 38.4 31.09 75.21 -
YUV 155.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 168 135 225 0.25 0.4 0 0.12 262 0.6 0.71
Hex A8 87 E1 19 28 0 C 106 3C 47
Octal 250 207 341 31 50 0 14 406 74 107
Binary 10101000 10000111 11100001 11001 101000 0 1100 100000110 111100 1000111

Color Harmonies of #A887E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887E1

Black with #A887E1

Text Example


Text Example

White with #A887E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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