Html Css Color HEX #A886E1 Biloba Flower

📋 copy color: '#A886E1'

red 168 ◦ green 134 ◦ blue 225

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

Shades of Biloba Flower #A886E1

Tints of Biloba Flower #A886E1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.43%

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

R = 31.88%
G = 25.43%
B = 42.69%

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

#A886E1 (or 0xA886E1) is known color: Biloba Flower. HEX triplet: A8, 86 and E1. RGB value is (168,134,225). Sum of RGB (Red+Green+Blue) = 168+134+225=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #A886E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886E1 is #57791E. Grayscale: #9A9A9A. Windows color (decimal): -5732639 or 14780072. OLE color: 14780072.

HSL color Cylindrical-coordinate representation of color #A886E1: hue angle of 262.42º degrees, saturation: 0.6, 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 #A886E1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 134 225 -
CMYK 0.25 0.40 0 0.12
HSL 262.42º 0.6% 0.7% -
HSV(B) 262.42º 0.4% 0.88% -
XYZ 38.26 30.81 75.16 -
YUV 154.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 168 134 225 0.25 0.40 0 0.12 262.42 0.6 0.7
Hex A8 86 E1 19 28 0 C 106 3C 46
Octal 250 206 341 31 50 0 14 406 74 106
Binary 10101000 10000110 11100001 11001 101000 0 1100 100000110 111100 1000110

Color Harmonies of #A886E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886E1

Black with #A886E1

Text Example


Text Example

White with #A886E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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