Html Css Color HEX #A886DF Biloba Flower

📋 copy color: '#A886DF'

red 168 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #A886DF

Tints of Biloba Flower #A886DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 32%
G = 25.52%
B = 42.48%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A886DF (or 0xA886DF) is known color: Biloba Flower. HEX triplet: A8, 86 and DF. RGB value is (168,134,223). Sum of RGB (Red+Green+Blue) = 168+134+223=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A886DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886DF is #577920. Grayscale: #999999. Windows color (decimal): -5732641 or 14649000. OLE color: 14649000.

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

Color convert

RGB 168 134 223 -
CMYK 0.25 0.40 0 0.13
HSL 262.92º 0.58% 0.7% -
HSV(B) 262.92º 0.4% 0.87% -
XYZ 37.99 30.7 73.74 -
YUV 154.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 168 134 223 0.25 0.40 0 0.13 262.92 0.58 0.7
Hex A8 86 DF 19 28 0 D 107 3A 46
Octal 250 206 337 31 50 0 15 407 72 106
Binary 10101000 10000110 11011111 11001 101000 0 1101 100000111 111010 1000110

Color Harmonies of #A886DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886DF

Black with #A886DF

Text Example


Text Example

White with #A886DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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