Html Css Color HEX #A887E0 Biloba Flower

📋 copy color: '#A887E0'

red 168 ◦ green 135 ◦ blue 224

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

Shades of Biloba Flower #A887E0

Tints of Biloba Flower #A887E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 31.88%
G = 25.62%
B = 42.5%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A887E0 (or 0xA887E0) is known color: Biloba Flower. HEX triplet: A8, 87 and E0. RGB value is (168,135,224). Sum of RGB (Red+Green+Blue) = 168+135+224=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #A887E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887E0 is #57781F. Grayscale: #9A9A9A. Windows color (decimal): -5732384 or 14714792. OLE color: 14714792.

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

Color convert

RGB 168 135 224 -
CMYK 0.25 0.40 0 0.12
HSL 262.25º 0.59% 0.7% -
HSV(B) 262.25º 0.4% 0.88% -
XYZ 38.27 31.03 74.49 -
YUV 155.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 168 135 224 0.25 0.40 0 0.12 262.25 0.59 0.7
Hex A8 87 E0 19 28 0 C 106 3B 46
Octal 250 207 340 31 50 0 14 406 73 106
Binary 10101000 10000111 11100000 11001 101000 0 1100 100000110 111011 1000110

Color Harmonies of #A887E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887E0

Black with #A887E0

Text Example


Text Example

White with #A887E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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